wip
This commit is contained in:
parent
06a5a8fbc9
commit
39f3c6cc21
2
.github/workflows/osrm-backend.yml
vendored
2
.github/workflows/osrm-backend.yml
vendored
@ -662,7 +662,7 @@ jobs:
|
|||||||
sudo apt-get update -y && sudo apt-get install ccache
|
sudo apt-get update -y && sudo apt-get install ccache
|
||||||
- name: Prepare data
|
- name: Prepare data
|
||||||
run: |
|
run: |
|
||||||
if [ {{ env.RUN_BIG_BENCHMARK }} ]; then
|
if [ "$RUN_BIG_BENCHMARK" = "true" ]; then
|
||||||
rm -rf ~/data.osm.pbf
|
rm -rf ~/data.osm.pbf
|
||||||
wget http://download.geofabrik.de/europe/poland-latest.osm.pbf -O ~/data.osm.pbf --quiet
|
wget http://download.geofabrik.de/europe/poland-latest.osm.pbf -O ~/data.osm.pbf --quiet
|
||||||
gunzip -c ./pr/test/data/poland_gps_traces.csv.gz > ~/gps_traces.csv
|
gunzip -c ./pr/test/data/poland_gps_traces.csv.gz > ~/gps_traces.csv
|
||||||
|
Loading…
Reference in New Issue
Block a user