From 843063dffc37d6d80c1f33ad14c335cb2e12943b Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Wed, 23 Aug 2017 16:27:44 +0000 Subject: [PATCH] Try to upgrade gitlab to newer PostgreSQL and GEOS using alternative repo. References #3813 git-svn-id: http://svn.osgeo.org/postgis/trunk@15572 b70326c6-7e19-0410-871a-916f4a2858ee --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ded3d382..1737b0cb1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,9 @@ test: script: + - sudo add-apt-repository --yes ppa:ubuntugis/ppa + - sudo add-apt-repository --yes ppa:ubuntugis/ubuntugis-unstable - apt-get update -qq && apt-get install -y - postgresql-9.4 postgresql-server-dev-9.4 + postgresql-9.5 postgresql-server-dev-9.5 build-essential autoconf libtool libcunit1-dev xsltproc docbook-xsl docbook-mathml dblatex libproj-dev libgdal-dev libgeos-dev libjson0-dev -- 2.50.1