Skip to content

Commit

Permalink
Add dump-restore testing for gitlab-ci
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Sandro Santilli committed Mar 1, 2016
1 parent 54e0ef2 commit ce8a2c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit ce8a2c1

Please sign in to comment.