mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-03-25 13:17:38 +00:00
remove vector_tile.pb.o
This commit is contained in:
parent
2460b5712f
commit
88d02915d7
@ -35,7 +35,7 @@ script:
|
||||
- echo '{"type":"Feature","properties":{},"geometry":{"type":"Point","coordinates":[0,0]}}' > test.json
|
||||
- ./tippecanoe -o test.mbtiles test.json
|
||||
- if [ -n "${COVERAGE}" ]; then
|
||||
ls;
|
||||
rm vector_tile.pb.o;
|
||||
${COVERAGE} -lp *.o;
|
||||
pip install --user cpp-coveralls;
|
||||
~/.local/bin/coveralls --no-gcov -i ./ --exclude clipper --exclude vector_tile.pb.cc --exclude vector_tile.pb.h;
|
||||
|
Loading…
x
Reference in New Issue
Block a user