mapnik/.travis.yml

33 lines
839 B
YAML
Raw Normal View History

2012-09-02 13:48:49 +02:00
language: cpp
2013-12-03 17:46:35 +01:00
addons:
postgresql: "9.3"
2013-08-23 05:30:36 +02:00
compiler:
- clang
- gcc
2012-09-02 13:48:49 +02:00
env:
matrix:
- XMLPARSER="libxml2"
- XMLPARSER="ptree"
2012-09-02 13:48:49 +02:00
before_install:
2014-05-03 07:11:01 +02:00
- sudo add-apt-repository -y ppa:boost-latest/ppa
2014-05-23 02:12:57 +02:00
- sudo add-apt-repository -y ppa:ubuntugis/ubuntugis-unstable
2012-09-02 13:48:49 +02:00
- sudo apt-get update -qq
2014-06-19 00:37:26 +02:00
- sudo apt-get install -y make valgrind 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
2012-09-02 13:48:49 +02:00
script:
2014-06-04 18:31:59 +02:00
- ./configure CXX=${CXX} CC=${CC} XML_PARSER=$XML_PARSER DEBUG=False DEMO=True BENCHMARK=True BINDINGS='python' CPP_TESTS=True CAIRO=True FAST=True
- JOBS=3 make
2013-09-27 05:31:26 +02:00
- make test-local
2014-06-19 00:37:26 +02:00
- sudo make install
- make grind
notifications:
irc:
channels:
- "irc.freenode.org#mapnik"
use_notice: true