Skip to content

Commit

Permalink
CI: simpler cmake configuration step on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
HuguesDelorme committed Feb 5, 2025
1 parent ddf7f4e commit 19e4725
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,14 @@ jobs:
run: |
mkdir ${{github.workspace}}\build
cd ${{github.workspace}}\build
set occ_version=${{matrix.occ_version}}
set assimp_version=${{matrix.assimp_version}}
cmake .. ^
-DMayo_BuildTests=ON ^
-DMayo_BuildPluginAssimp=ON ^
-DMayo_PostBuildCopyRuntimeDLLs=ON ^
-DOpenCASCADE_DIR=../OpenCASCADE-${{matrix.occ_version}}-vc14-64/opencascade-${{matrix.occ_version}} ^
-Dassimp_DIR=${{github.workspace}}/assimp-%assimp_version%/lib/cmake/assimp-%assimp_version:~0,3%
-DOpenCASCADE_DIR=../OpenCASCADE-%occ_version%-vc14-64/opencascade-%occ_version% ^
-Dassimp_DIR=../assimp-%assimp_version%/lib/cmake/assimp-%assimp_version:~0,3%
cmake --build . ^
--config Debug ^
--parallel ${{steps.cpu-cores.outputs.count}}
Expand Down

0 comments on commit 19e4725

Please sign in to comment.