From 5cdc0b97054c2c8d8dcfe1198bf53fe3295552b0 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Sat, 8 Jun 2024 15:43:14 +0200 Subject: [PATCH] wip --- .github/workflows/osrm-backend.yml | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index 4d02d9568..e44d9023e 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -69,15 +69,22 @@ jobs: shell: bash run: | # prepare data - pushd build - cp ../test/data/monaco.osm.pbf . - Release/osrm-extract.exe -p ../profiles/car.lua monaco.osm.pbf + # pushd build + # cp ../test/data/monaco.osm.pbf . + # Release/osrm-extract.exe -p ../profiles/car.lua monaco.osm.pbf - mkdir ch - cp ./monaco.osrm* ch/ - Release/osrm-contract.exe ch/monaco.osrm - cp -rf ch/* ../test/data/ch/ - popd + # mkdir ch + # cp ./monaco.osrm* ch/ + # Release/osrm-contract.exe ch/monaco.osrm + # cp -rf ch/* ../test/data/ch/ + # popd + ./lib/binding/osrm-extract.exe --help + + ./lib/binding/osrm-extract.exe -p profiles/car.lua test/data/monaco.osm.pbf + + mkdir -p test/data/ch + cp test/data/monaco.osrm* test/data/ch/ + ./lib/binding/osrm-contract.exe test/data/ch/monaco.osrm ./lib/binding/osrm-datastore.exe test/data/ch/monaco.osrm node test/nodejs/index.js