This commit is contained in:
Siarhei Fedartsou 2024-06-07 07:14:51 +02:00
parent 3d7c3db1a5
commit 49e34fe48d
2 changed files with 8 additions and 2 deletions

View File

@ -31,6 +31,13 @@ jobs:
BUILD_TYPE: Release
steps:
- 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: conan --version
- run: cmake --version

View File

@ -19,8 +19,7 @@ msbuild OSRM.sln ^
/p:Platform=x64 ^
/t:rebuild ^
/p:BuildInParallel=true ^
/m:%NUMBER_OF_PROCESSORS% ^
/Zm ^
/m:2 ^
/toolsversion:Current ^
/clp:Verbosity=quiet ^
/nologo