mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
20 lines
441 B
YAML
20 lines
441 B
YAML
language: cpp
|
|
|
|
sudo: false
|
|
|
|
addons:
|
|
postgresql: "9.3"
|
|
|
|
install:
|
|
- psql -U postgres -c 'create database template_postgis;' -U postgres
|
|
- psql -U postgres -c 'create extension postgis;' -d template_postgis -U postgres
|
|
|
|
script:
|
|
- source bootstrap.sh
|
|
- ./configure
|
|
- JOBS=6 make
|
|
- git clone --depth=1 https://github.com/mapbox/mapnik-test-data tests/data/mapnik-test-data
|
|
- make test
|
|
#- source localize.sh && make grind
|
|
#- make bench
|