[postgis-tickets] r14727 - Add dump-restore testing for gitlab-ci

Sandro Santilli strk at keybit.net
Tue Mar 1 03:02:46 PST 2016


Author: strk
Date: 2016-03-01 03:02:46 -0800 (Tue, 01 Mar 2016)
New Revision: 14727

Modified:
   trunk/.gitlab-ci.yml
Log:
Add dump-restore testing for gitlab-ci

Closes #3444

Runs dump-restore tests for both scripts and extension.

Modified: trunk/.gitlab-ci.yml
===================================================================
--- trunk/.gitlab-ci.yml	2016-03-01 10:43:13 UTC (rev 14726)
+++ trunk/.gitlab-ci.yml	2016-03-01 11:02:46 UTC (rev 14727)
@@ -14,5 +14,7 @@
     - ./configure
     - make
     - make check RUNTESTFLAGS=-v
+    - make check RUNTESTFLAGS="-v --dumprestore"
     - make install
     - make installcheck RUNTESTFLAGS=-v
+    - make installcheck RUNTESTFLAGS="-v --dumprestore"



More information about the postgis-tickets mailing list