wip
This commit is contained in:
parent
7dfe267e86
commit
5cdc0b9705
23
.github/workflows/osrm-backend.yml
vendored
23
.github/workflows/osrm-backend.yml
vendored
@ -69,15 +69,22 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
# prepare data
|
# prepare data
|
||||||
pushd build
|
# pushd build
|
||||||
cp ../test/data/monaco.osm.pbf .
|
# cp ../test/data/monaco.osm.pbf .
|
||||||
Release/osrm-extract.exe -p ../profiles/car.lua monaco.osm.pbf
|
# Release/osrm-extract.exe -p ../profiles/car.lua monaco.osm.pbf
|
||||||
|
|
||||||
mkdir ch
|
# mkdir ch
|
||||||
cp ./monaco.osrm* ch/
|
# cp ./monaco.osrm* ch/
|
||||||
Release/osrm-contract.exe ch/monaco.osrm
|
# Release/osrm-contract.exe ch/monaco.osrm
|
||||||
cp -rf ch/* ../test/data/ch/
|
# cp -rf ch/* ../test/data/ch/
|
||||||
popd
|
# 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
|
./lib/binding/osrm-datastore.exe test/data/ch/monaco.osrm
|
||||||
node test/nodejs/index.js
|
node test/nodejs/index.js
|
||||||
|
Loading…
Reference in New Issue
Block a user