]> granicus.if.org Git - postgis/commitdiff
Patch from Darafei Praliaskouski to include compile with protobuf and sfcgal
authorRegina Obe <lr@pcorp.us>
Thu, 10 Aug 2017 21:08:26 +0000 (21:08 +0000)
committerRegina Obe <lr@pcorp.us>
Thu, 10 Aug 2017 21:08:26 +0000 (21:08 +0000)
Closes https://github.com/postgis/postgis/pull/130

git-svn-id: http://svn.osgeo.org/postgis/trunk@15550 b70326c6-7e19-0410-871a-916f4a2858ee

.travis.yml

index f88a4e5a441b4d150c45231a3be2c5a49ea951e2..05b8b10e42669be12ae00ca72b6b7b709a9dd646 100644 (file)
@@ -6,12 +6,14 @@ addons:
   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 @@ language: c
 
 compiler: gcc
 
+dist: trusty
+
 script:
   - ./configure
   - make