2012-09-02 11:48:49 +00:00
|
|
|
language: cpp
|
|
|
|
|
2015-01-23 22:21:54 +00:00
|
|
|
sudo: false
|
|
|
|
|
2015-01-24 07:51:54 +00:00
|
|
|
addons:
|
|
|
|
postgresql: "9.3"
|
2014-08-21 23:36:55 +00:00
|
|
|
|
|
|
|
install:
|
2015-01-24 07:51:54 +00:00
|
|
|
- psql -U postgres -c 'create database template_postgis;' -U postgres
|
|
|
|
- psql -U postgres -c 'create extension postgis;' -d template_postgis -U postgres
|
2013-11-22 08:52:49 +00:00
|
|
|
|
2014-08-22 00:01:51 +00:00
|
|
|
script:
|
2015-01-23 22:04:32 +00:00
|
|
|
- source bootstrap.sh
|
2015-01-24 18:05:58 +00:00
|
|
|
- ./configure
|
|
|
|
- JOBS=6 make
|
2014-10-21 05:43:17 +00:00
|
|
|
- git clone --depth=1 https://github.com/mapbox/mapnik-test-data tests/data/mapnik-test-data
|
2014-10-01 02:19:25 +00:00
|
|
|
- make test
|
2015-01-23 22:21:54 +00:00
|
|
|
#- source localize.sh && make grind
|
2015-01-24 07:51:54 +00:00
|
|
|
#- make bench
|