Skip to content

Commit

Permalink
CI: change to Debug(instead of 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 64925c4 commit 0487b5f
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 Release ^
--config Debug ^
--parallel ${{steps.cpu-cores.outputs.count}}
- name: Execute Unit Tests
working-directory: ${{github.workspace}}/build
shell: cmd
run: |
release\mayo.exe --runtests -o utests-output.txt
debug\mayo.exe --runtests -o utests-output.txt
more utests-output.txt

0 comments on commit 0487b5f

Please sign in to comment.