wip
This commit is contained in:
parent
d23a6b3ba8
commit
7dfe267e86
5
.github/workflows/osrm-backend.yml
vendored
5
.github/workflows/osrm-backend.yml
vendored
@ -61,13 +61,16 @@ jobs:
|
|||||||
# cd build
|
# cd build
|
||||||
# cmake --build . --config Release --target tests
|
# cmake --build . --config Release --target tests
|
||||||
# # TODO: run tests
|
# # TODO: run tests
|
||||||
|
- name: Debig
|
||||||
|
shell: bash
|
||||||
|
run:
|
||||||
|
ls -R build
|
||||||
- name: Run node tests
|
- name: Run node tests
|
||||||
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 .
|
||||||
ls -R
|
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user