From: Regina Obe Date: Thu, 10 Aug 2017 21:08:26 +0000 (+0000) Subject: Patch from Darafei Praliaskouski to include compile with protobuf and sfcgal X-Git-Tag: 2.4.0beta1~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca48daa6338b987f83873736f1f5bc8f8476ba9e;p=postgis Patch from Darafei Praliaskouski to include compile with protobuf and sfcgal Closes https://github.com/postgis/postgis/pull/130 git-svn-id: http://svn.osgeo.org/postgis/trunk@15550 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/.travis.yml b/.travis.yml index f88a4e5a4..05b8b10e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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