Add travis

This commit is contained in:
Dane Springmeyer 2015-12-20 15:09:35 -08:00
parent 08a6607b0b
commit 255960b48d
2 changed files with 19 additions and 0 deletions

17
.travis.yml Normal file
View File

@ -0,0 +1,17 @@
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

View File

@ -4,6 +4,8 @@ tippecanoe
Builds [vector tilesets](https://www.mapbox.com/developers/vector-tiles/) from large collections of [GeoJSON](http://geojson.org/) Builds [vector tilesets](https://www.mapbox.com/developers/vector-tiles/) from large collections of [GeoJSON](http://geojson.org/)
features. This is a tool for [making maps from huge datasets](MADE_WITH.md). features. This is a tool for [making maps from huge datasets](MADE_WITH.md).
[![Build Status](https://travis-ci.org/mapbox/tippecanoe.svg)](https://travis-ci.org/mapbox/tippecanoe)
Intent Intent
------ ------