tippecanoe/.travis.yml

18 lines
315 B
YAML
Raw Normal View History

2015-12-20 23:09:35 +00:00
language: c
sudo: false
matrix:
- os: linux
addons:
apt:
packages: [ 'protobuf-compiler', 'libprotobuf-dev' ]
install:
- make
script:
- echo '{"type":"Feature","properties":{},"geometry":{"type":"Point","coordinates":[0,0]}}' > test.json
- ./tippecanoe -o test.mbtiles test.json