[postgis-tickets] r15572 - Try to upgrade gitlab to newer PostgreSQL and GEOS using alternative repo.

Regina Obe lr at pcorp.us
Wed Aug 23 09:27:44 PDT 2017


Author: robe
Date: 2017-08-23 09:27:44 -0700 (Wed, 23 Aug 2017)
New Revision: 15572

Modified:
   trunk/.gitlab-ci.yml
Log:
Try to upgrade gitlab to newer PostgreSQL and GEOS using alternative repo.
References #3813

Modified: trunk/.gitlab-ci.yml
===================================================================
--- trunk/.gitlab-ci.yml	2017-08-23 16:16:40 UTC (rev 15571)
+++ trunk/.gitlab-ci.yml	2017-08-23 16:27:44 UTC (rev 15572)
@@ -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



More information about the postgis-tickets mailing list