mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-01-22 04:18:01 +00:00
18 lines
315 B
YAML
18 lines
315 B
YAML
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
|