[postgis-tickets] r16394 - Switch to PostgreSQL 9.6 and libjson-c-dev
Sandro Santilli
strk at kbt.io
Tue Feb 20 01:28:37 PST 2018
Author: strk
Date: 2018-02-20 13:28:36 -0800 (Tue, 20 Feb 2018)
New Revision: 16394
Modified:
trunk/.gitlab-ci.yml
Log:
Switch to PostgreSQL 9.6 and libjson-c-dev
Fixes gitlab-ci build, closes #4023
Modified: trunk/.gitlab-ci.yml
===================================================================
--- trunk/.gitlab-ci.yml 2018-02-20 20:40:00 UTC (rev 16393)
+++ trunk/.gitlab-ci.yml 2018-02-20 21:28:36 UTC (rev 16394)
@@ -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
More information about the postgis-tickets
mailing list