]> granicus.if.org Git - postgis/commitdiff
Add dump-restore testing for gitlab-ci
authorSandro Santilli <strk@keybit.net>
Tue, 1 Mar 2016 11:02:46 +0000 (11:02 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 1 Mar 2016 11:02:46 +0000 (11:02 +0000)
Closes #3444

Runs dump-restore tests for both scripts and extension.

git-svn-id: http://svn.osgeo.org/postgis/trunk@14727 b70326c6-7e19-0410-871a-916f4a2858ee

.gitlab-ci.yml

index 00d73a888b443069238e9b97c374040c5ad8988b..1fff82fa2f228f0e0a7e5c55e783f71fd3f319cf 100644 (file)
@@ -14,5 +14,7 @@ test:
     - ./configure
     - make
     - make check RUNTESTFLAGS=-v
+    - make check RUNTESTFLAGS="-v --dumprestore"
     - make install
     - make installcheck RUNTESTFLAGS=-v
+    - make installcheck RUNTESTFLAGS="-v --dumprestore"