]> granicus.if.org Git - postgis/commitdiff
[gitlab-ci] Switch to PostgreSQL 9.6 and libjson-c-dev
authorSandro Santilli <strk@kbt.io>
Thu, 22 Feb 2018 13:42:00 +0000 (13:42 +0000)
committerSandro Santilli <strk@kbt.io>
Thu, 22 Feb 2018 13:42:00 +0000 (13:42 +0000)
Fixes gitlab-ci build for 2.3, references #4023

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

.gitlab-ci.yml

index 9ded3d38292e0a78cb7b8a79cccf205284694e70..efcadacaf7aef274c2edfa3e143d803259c24330 100644 (file)
@@ -1,10 +1,10 @@
 test:
   script:
     - apt-get update -qq && apt-get install -y
-        postgresql-9.4 postgresql-server-dev-9.4
+        postgresql-9.6 postgresql-server-dev-9.6
         build-essential autoconf libtool libcunit1-dev
         xsltproc docbook-xsl docbook-mathml dblatex
-        libproj-dev libgdal-dev libgeos-dev libjson0-dev
+        libproj-dev libgdal-dev libgeos-dev libjson-c-dev
     - lsb_release -a
     - uname -a
     - service postgresql start