Unified naming convention for make targets (#862)

Following https://github.com/openmaptiles/openmaptiles/pull/821#issuecomment-625773180
This commit is contained in:
zstadler
2020-05-09 20:30:57 +03:00
committed by GitHub
parent dd3cb077a2
commit 12542eb687
3 changed files with 65 additions and 65 deletions

View File

@@ -174,9 +174,9 @@ jobs:
make clean
make init-dirs
cp ../ci_cache/perf-test-areas-latest.osm.pbf data/perf-test-areas-latest.osm.pbf
make db-destroy
make destroy-db
make all
make db-start
make start-db
profile 1_data make import-data
profile 2_osm make import-osm
profile 3_borders make import-borders