mapnik/.travis.yml

27 lines
878 B
YAML
Raw Normal View History

2012-09-02 13:48:49 +02:00
language: cpp
2013-08-23 05:30:36 +02:00
compiler:
- gcc
2012-09-02 13:48:49 +02:00
before_install:
- echo 'yes' | sudo add-apt-repository ppa:mapnik/boost
2013-09-26 22:21:06 +02:00
- echo 'yes' | sudo add-apt-repository ppa:ubuntu-toolchain-r/test
2012-09-02 13:48:49 +02:00
- sudo apt-get update -qq
2013-09-26 22:21:06 +02:00
- sudo apt-get install -qq gcc-4.7 g++-4.7 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
2012-09-02 13:48:49 +02:00
script:
- if [ "${CXX}" = 'g++' ]; then export CXX="g++-4.7" && export CC="gcc-4.7"; fi; ./configure CXX=${CXX} CC=${CC} DEMO=False BINDINGS=python CPP_TESTS=True CAIRO=False FAST=True || cat config.log
- make
- make test-local
branches:
only:
- master
2013-09-27 05:08:22 +02:00
- 2.3.x
notifications:
irc:
channels:
- "irc.freenode.org#mapnik"
use_notice: true