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 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

View File

@ -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