[postgis-tickets] r16617 - Travis: Install all required dependencies for MVT tests
Raul
raul at rmr.ninja
Wed Jun 13 07:53:37 PDT 2018
Author: algunenano
Date: 2018-06-13 07:53:37 -0700 (Wed, 13 Jun 2018)
New Revision: 16617
Modified:
branches/2.4/.travis.yml
Log:
Travis: Install all required dependencies for MVT tests
Closes #4106
Modified: branches/2.4/.travis.yml
===================================================================
--- branches/2.4/.travis.yml 2018-06-13 14:19:49 UTC (rev 16616)
+++ branches/2.4/.travis.yml 2018-06-13 14:53:37 UTC (rev 16617)
@@ -13,7 +13,10 @@
postgresql-9.6 postgresql-server-dev-9.6
libcunit1-dev xsltproc docbook-xsl docbook-mathml dblatex
libproj-dev libgdal-dev libgeos-dev libjson0-dev
- libsfcgal1 libsfcgal-dev libprotobuf-c0-dev libgdal-dev
+ libsfcgal1 libsfcgal-dev libgdal-dev
+ - sudo sh -c "echo deb http://archive.ubuntu.com/ubuntu/ artful main restricted universe multiverse >> /etc/apt/sources.list"
+ - sudo apt-get update -qq
+ - sudo apt-get install -y --allow-unauthenticated --no-install-recommends --no-install-suggests binutils libprotobuf-c-dev protobuf-c-compiler
- dpkg -l | grep postgresql
- ./autogen.sh
More information about the postgis-tickets
mailing list