Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
SiarheiFedartsou committed Jun 7, 2024
1 parent 3d7c3db commit 49e34fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/osrm-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions scripts/ci/windows-build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49e34fe

Please sign in to comment.