Implement NodeJS based server fully replicating osrm-routed
This commit is contained in:
parent
41ff79aa1d
commit
8e3fa70eb0
2
.github/workflows/osrm-backend.yml
vendored
2
.github/workflows/osrm-backend.yml
vendored
@ -699,7 +699,7 @@ jobs:
|
|||||||
make --jobs=${JOBS}
|
make --jobs=${JOBS}
|
||||||
popd
|
popd
|
||||||
- name: Install osrm-routed-js dependencies
|
- name: Install osrm-routed-js dependencies
|
||||||
if: ${{ matrix.node != 12 }}
|
if: ${{ matrix.node != 12 && matrix.ENABLE_APPLE_SILICON != 'ON' }}
|
||||||
run: cd routed-js && npm ci && npm link && osrm-routed-js --version
|
run: cd routed-js && npm ci && npm link && osrm-routed-js --version
|
||||||
- name: Run all tests
|
- name: Run all tests
|
||||||
if: ${{ matrix.NODE_PACKAGE_TESTS_ONLY != 'ON' && matrix.ENABLE_APPLE_SILICON != 'ON' }}
|
if: ${{ matrix.NODE_PACKAGE_TESTS_ONLY != 'ON' && matrix.ENABLE_APPLE_SILICON != 'ON' }}
|
||||||
|
Loading…
Reference in New Issue
Block a user