From ce8a2c137403b55c62ee260ac613b714f6cbd93b Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 1 Mar 2016 11:02:46 +0000 Subject: [PATCH] Add dump-restore testing for gitlab-ci 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00d73a888..1fff82fa2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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" -- 2.40.0