[postgis-tickets] r15550 - Patch from Darafei Praliaskouski to include compile with protobuf and sfcgal

Regina Obe lr at pcorp.us
Thu Aug 10 14:08:26 PDT 2017


Author: robe
Date: 2017-08-10 14:08:26 -0700 (Thu, 10 Aug 2017)
New Revision: 15550

Modified:
   trunk/.travis.yml
Log:
Patch from Darafei Praliaskouski to include compile with protobuf and sfcgal
Closes https://github.com/postgis/postgis/pull/130

Modified: trunk/.travis.yml
===================================================================
--- trunk/.travis.yml	2017-08-10 10:29:48 UTC (rev 15549)
+++ trunk/.travis.yml	2017-08-10 21:08:26 UTC (rev 15550)
@@ -6,12 +6,14 @@
   postgresql: "9.6"
 
 before_install:
+  - sudo add-apt-repository --yes ppa:ubuntugis/ppa
+  - sudo add-apt-repository --yes ppa:ubuntugis/ubuntugis-unstable
   - sudo apt-get update -qq
-  - sudo apt-get install -y
+  - sudo apt-get install -y --no-install-recommends
       postgresql-9.6 postgresql-server-dev-9.6
-      build-essential autoconf libtool libcunit1-dev
-      xsltproc docbook-xsl docbook-mathml dblatex
-      libproj-dev libgdal1h libgdal-dev libgeos-dev libjson0-dev
+      libcunit1-dev xsltproc docbook-xsl docbook-mathml dblatex
+      libproj-dev libgdal-dev libgeos-dev libjson0-dev
+      libsfcgal1 libsfcgal-dev libprotobuf-c0-dev libgdal-dev 
   - dpkg -l | grep postgresql
   - ./autogen.sh
 
@@ -19,6 +21,8 @@
 
 compiler: gcc
 
+dist: trusty
+
 script:
   - ./configure
   - make



More information about the postgis-tickets mailing list