wip
This commit is contained in:
parent
e738e8e46d
commit
8d9f4b067f
2
.github/workflows/osrm-backend.yml
vendored
2
.github/workflows/osrm-backend.yml
vendored
@ -24,6 +24,8 @@ jobs:
|
|||||||
# needs: format-taginfo-docs
|
# needs: format-taginfo-docs
|
||||||
runs-on: windows-2022
|
runs-on: windows-2022
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
|
env:
|
||||||
|
BUILD_TYPE: Release
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: pip install conan==1.51.3
|
- run: pip install conan==1.51.3
|
||||||
|
|||||||
@ -7,7 +7,7 @@ echo "node version is:"
|
|||||||
which node
|
which node
|
||||||
node -v
|
node -v
|
||||||
PUBLISH=On
|
PUBLISH=On
|
||||||
BUILD_TYPE=Release
|
|
||||||
if [[ ${PUBLISH} == 'On' ]]; then
|
if [[ ${PUBLISH} == 'On' ]]; then
|
||||||
echo "PUBLISH is set to '${PUBLISH}', publishing!"
|
echo "PUBLISH is set to '${PUBLISH}', publishing!"
|
||||||
NPM_FLAGS=''
|
NPM_FLAGS=''
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user