From: Sandro Santilli Date: Thu, 22 Feb 2018 13:42:00 +0000 (+0000) Subject: [gitlab-ci] Switch to PostgreSQL 9.6 and libjson-c-dev X-Git-Tag: 2.3.7~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df67a5e14067f463185f503059e984967ccd78c0;p=postgis [gitlab-ci] Switch to PostgreSQL 9.6 and libjson-c-dev 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 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ded3d382..efcadacaf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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