mapnik/.travis.yml

34 lines
809 B
YAML
Raw Normal View History

2012-09-02 13:48:49 +02:00
language: cpp
2015-01-23 23:21:54 +01:00
sudo: false
2015-01-24 08:51:54 +01:00
addons:
postgresql: "9.3"
2014-08-22 01:36:55 +02:00
2015-01-27 07:39:52 +01:00
matrix:
include:
- os: osx
compiler: clang
2015-01-28 00:21:40 +01:00
env: JOBS=12
2015-01-27 07:39:52 +01:00
- os: linux
compiler: clang
2015-01-28 00:21:40 +01:00
env: JOBS=12
2015-01-27 07:39:52 +01:00
- os: linux
compiler: gcc
2015-01-28 00:21:40 +01:00
env: JOBS=6
2015-01-27 07:39:52 +01:00
2014-08-22 01:36:55 +02:00
install:
2015-01-27 07:47:58 +01:00
- if [[ $(uname -s) == 'Linux' ]]; then psql -U postgres -c 'create database template_postgis;' -U postgres; psql -U postgres -c 'create extension postgis;' -d template_postgis -U postgres; fi;
2015-01-27 08:07:44 +01:00
- if [[ $(uname -s) == 'Darwin' ]]; then brew install bash; export PATH="$(brew --prefix)/bin":${PATH}; fi;
- echo `which bash`
2013-11-22 09:52:49 +01:00
2014-08-22 02:01:51 +02:00
script:
- source bootstrap.sh
2015-01-24 19:05:58 +01:00
- ./configure
- cat config.log
- make
2014-10-21 07:43:17 +02:00
- git clone --depth=1 https://github.com/mapbox/mapnik-test-data tests/data/mapnik-test-data
2014-10-01 04:19:25 +02:00
- make test
2015-01-23 23:21:54 +01:00
#- source localize.sh && make grind
2015-01-24 08:51:54 +01:00
#- make bench