try to get gdal/ogr plugins building
This commit is contained in:
parent
bb27a4282b
commit
ed3afe5b86
1 changed files with 2 additions and 1 deletions
|
@ -9,8 +9,9 @@ compiler:
|
|||
|
||||
before_install:
|
||||
- sudo add-apt-repository -y ppa:boost-latest/ppa
|
||||
- sudo add-apt-repository -y ppa:ubuntugis/ubuntugis-unstable
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -y make boost1.55 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
|
||||
- sudo apt-get install -y make libgdal-dev boost1.55 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
|
||||
|
||||
script:
|
||||
- ./configure CXX=${CXX} CC=${CC} DEBUG=False DEMO=False BINDINGS='python' CPP_TESTS=True CAIRO=True FAST=True && JOBS=2 make
|
||||
|
|
Loading…
Add table
Reference in a new issue