Skip to content

Commit

Permalink
CI: try to build Debug config on Windows/MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
HuguesDelorme committed Jun 10, 2024
1 parent d99f60d commit 0fd25fc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
strategy:
matrix:
include:
# - occ_version: 7.3.0
# occ_zip_sha256: '2503e69d595bb4c4e760b629aba3d8cee5e6b8d0da43b0d790a7949c67fd15d0'
# - occ_version: 7.4.0
# occ_zip_sha256: '6664b9a4213036ff0960edd2426258cf66844386c1a2338fa62e008f40c476bb'
- occ_version: 7.3.0
occ_zip_sha256: '2503e69d595bb4c4e760b629aba3d8cee5e6b8d0da43b0d790a7949c67fd15d0'
- occ_version: 7.4.0
occ_zip_sha256: '6664b9a4213036ff0960edd2426258cf66844386c1a2338fa62e008f40c476bb'
- occ_version: 7.5.0
occ_zip_sha256: '8000f261ecbf6689e48439aa5895304069d00a14efe28eb7f1d108450cb7a74f'
- occ_version: 7.6.0
Expand Down 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 0fd25fc

Please sign in to comment.