[postgis-tickets] r16615 - Travis: Install all required dependencies for MVT tests
Raul
raul at rmr.ninja
Wed Jun 13 07:16:17 PDT 2018
Author: algunenano
Date: 2018-06-13 07:16:16 -0700 (Wed, 13 Jun 2018)
New Revision: 16615
Modified:
trunk/.travis.yml
Log:
Travis: Install all required dependencies for MVT tests
References #4106
Modified: trunk/.travis.yml
===================================================================
--- trunk/.travis.yml 2018-06-12 12:56:10 UTC (rev 16614)
+++ trunk/.travis.yml 2018-06-13 14:16:16 UTC (rev 16615)
@@ -26,10 +26,10 @@
- sudo add-apt-repository --yes ppa:ubuntugis/ubuntugis-unstable
- sudo apt-get update -qq
- mkdir -p /home/travis/deb && touch /home/travis/deb/__ && sudo cp -n /home/travis/deb/* /var/cache/apt/archives || true
- - sudo apt-get install -y --allow-unauthenticated --no-install-recommends --no-install-suggests libsfcgal1 libsfcgal-dev postgresql-server-dev-9.6 libxml2-utils libcunit1-dev xsltproc docbook-xsl docbook-mathml dblatex libgeos-dev libjson0-dev libprotobuf-c0-dev libgdal-dev gdb libc6-dbg
+ - sudo apt-get install -y --allow-unauthenticated --no-install-recommends --no-install-suggests libsfcgal1 libsfcgal-dev postgresql-server-dev-9.6 libxml2-utils libcunit1-dev xsltproc docbook-xsl docbook-mathml dblatex libgeos-dev libjson0-dev libgdal-dev gdb libc6-dbg
- 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 libproj-dev
+ - sudo apt-get install -y --allow-unauthenticated --no-install-recommends --no-install-suggests binutils libproj-dev libprotobuf-c-dev protobuf-c-compiler
- cp -n /var/cache/apt/archives/* /home/travis/deb || true
- ls -la /home/travis/deb/
- sudo ldconfig
More information about the postgis-tickets
mailing list