[postgis-tickets] r17213 - [gitlab-ci] Use Debian buster (10) for building/testing PostGIS
Sandro Santilli
strk at kbt.io
Thu Jan 24 08:13:41 PST 2019
Author: strk
Date: 2019-01-24 08:13:41 -0800 (Thu, 24 Jan 2019)
New Revision: 17213
Modified:
trunk/.gitlab-ci.yml
Log:
[gitlab-ci] Use Debian buster (10) for building/testing PostGIS
Closes #4280
Gives us:
PostgreSQL 11.1
GDAL 2.4.0
GEOS 3.7.1
PROJ 5.2.0
Modified: trunk/.gitlab-ci.yml
===================================================================
--- trunk/.gitlab-ci.yml 2019-01-23 17:21:13 UTC (rev 17212)
+++ trunk/.gitlab-ci.yml 2019-01-24 16:13:41 UTC (rev 17213)
@@ -1,7 +1,8 @@
test:
+ image: debian:buster
script:
- apt-get update -qq && apt-get install -y
- postgresql-9.6 postgresql-server-dev-9.6
+ postgresql-11 postgresql-server-dev-11
build-essential autoconf libtool libcunit1-dev
xsltproc docbook-xsl docbook-mathml dblatex
libproj-dev libgdal-dev libgeos-dev libjson-c-dev
More information about the postgis-tickets
mailing list