mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-04-04 17:49:06 +00:00
fix syntax error
This commit is contained in:
parent
1f971bdfbd
commit
ee43ab5fc8
@ -33,7 +33,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
|
||||
ls;
|
||||
${COVERAGE} -lp *.o;
|
||||
pip install --user cpp-coveralls;
|
||||
~/.local/bin/coveralls --no-gcov -i ./;
|
||||
|
Loading…
x
Reference in New Issue
Block a user