travis: use ubuntugis-unstable ppa for more recent gdal and proj4 - refs #2059
This commit is contained in:
parent
6513be924d
commit
8c9c277196
1 changed files with 3 additions and 2 deletions
|
@ -4,8 +4,9 @@ compiler:
|
|||
- gcc
|
||||
|
||||
before_install:
|
||||
- echo 'yes' | sudo add-apt-repository ppa:mapnik/boost
|
||||
- echo 'yes' | sudo add-apt-repository ppa:ubuntu-toolchain-r/test
|
||||
- sudo add-apt-repository -y ppa:mapnik/boost
|
||||
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
|
||||
- sudo add-apt-repository -y ppa:ubuntugis/ubuntugis-unstable
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq gcc-4.7 g++-4.7 make libgdal1-dev libboost-dev libboost-filesystem-dev libboost-program-options-dev libboost-python-dev libboost-regex-dev libboost-system-dev libboost-thread-dev python-nose libicu-dev libpng-dev libjpeg-dev libtiff-dev libwebp-dev libz-dev libfreetype6-dev libxml2-dev libproj-dev libcairo-dev python-cairo-dev libsqlite3-dev postgresql-server-dev*
|
||||
|
||||
|
|
Loading…
Reference in a new issue