Skip to content

Commit

Permalink
CI: use Mayo_PostBuildCopyRuntimeDLLs cmake option on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
HuguesDelorme committed Apr 24, 2024
1 parent 7bb2ffc commit 637058a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
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-5.3.1/lib/cmake/assimp-5.3
cmake --build . ^
Expand All @@ -93,7 +94,5 @@ jobs:
working-directory: ${{github.workspace}}/build
shell: cmd
run: |
call ..\OpenCASCADE-${{matrix.occ_version}}-vc14-64\opencascade-${{matrix.occ_version}}\env.bat
set PATH=${{github.workspace}}\assimp-5.3.1\bin;%PATH%
release\mayo.exe --runtests -o utests-output.txt
more utests-output.txt

0 comments on commit 637058a

Please sign in to comment.