Build Node bindings on Windows

This commit is contained in:
Siarhei Fedartsou 2022-09-19 17:36:40 +02:00
parent 75780d0ba6
commit 25f3f0fb8b

View File

@ -51,7 +51,7 @@ jobs:
shell: bash shell: bash
run: | run: |
./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 | faucet node test/nodejs/index.js
- name: Build Node package - name: Build Node package
shell: bash shell: bash
run: ./scripts/ci/node_package.sh run: ./scripts/ci/node_package.sh