wip
This commit is contained in:
parent
3d7c3db1a5
commit
49e34fe48d
7
.github/workflows/osrm-backend.yml
vendored
7
.github/workflows/osrm-backend.yml
vendored
@ -31,6 +31,13 @@ jobs:
|
|||||||
BUILD_TYPE: Release
|
BUILD_TYPE: Release
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- name: Enable Conan cache
|
||||||
|
uses: actions/cache@v4
|
||||||
|
with:
|
||||||
|
path: ~/.conan
|
||||||
|
key: v9-conan-windows-${{ github.sha }}
|
||||||
|
restore-keys: |
|
||||||
|
v9-conan-windows-
|
||||||
- run: pip install "conan<2.0.0"
|
- run: pip install "conan<2.0.0"
|
||||||
- run: conan --version
|
- run: conan --version
|
||||||
- run: cmake --version
|
- run: cmake --version
|
||||||
|
@ -19,8 +19,7 @@ msbuild OSRM.sln ^
|
|||||||
/p:Platform=x64 ^
|
/p:Platform=x64 ^
|
||||||
/t:rebuild ^
|
/t:rebuild ^
|
||||||
/p:BuildInParallel=true ^
|
/p:BuildInParallel=true ^
|
||||||
/m:%NUMBER_OF_PROCESSORS% ^
|
/m:2 ^
|
||||||
/Zm ^
|
|
||||||
/toolsversion:Current ^
|
/toolsversion:Current ^
|
||||||
/clp:Verbosity=quiet ^
|
/clp:Verbosity=quiet ^
|
||||||
/nologo
|
/nologo
|
||||||
|
Loading…
Reference in New Issue
Block a user