From: Regina Obe Date: Wed, 23 Aug 2017 16:27:44 +0000 (+0000) Subject: Try to upgrade gitlab to newer PostgreSQL and GEOS using alternative repo. X-Git-Tag: 2.4.0beta1~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=843063dffc37d6d80c1f33ad14c335cb2e12943b;p=postgis 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 --- 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