Skip to content

Commit

Permalink
CI: try to build back Release config on Windows/MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
HuguesDelorme committed Jun 11, 2024
1 parent ed6fe6a commit 7599133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ jobs:
-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 . ^
--config Debug ^
--config Release ^
--parallel ${{steps.cpu-cores.outputs.count}}
- name: Execute Unit Tests
working-directory: ${{github.workspace}}/build
shell: cmd
run: |
debug\mayo.exe --runtests -o utests-output.txt
release\mayo.exe --runtests -o utests-output.txt
more utests-output.txt

0 comments on commit 7599133

Please sign in to comment.