Skip to content

Commit

Permalink
added the build type in matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanKrMahato committed Dec 5, 2024
1 parent 7b42f79 commit 54d77ac
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/windows-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,8 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- { sys: mingw32, build_type: Debug }
- { sys: mingw32, build_type: Release }
- { sys: mingw64, build_type: Debug }
- { sys: mingw64, build_type: Release }
- { sys: ucrt64, build_type: Debug }
- { sys: ucrt64, build_type: Release }
- { sys: clang64, build_type: Debug }
- { sys: clang64, build_type: Release }
build_type: [Debug, Release]
sys: [mingw32, mingw64, ucrt64, clang64]

defaults:
run:
Expand Down

0 comments on commit 54d77ac

Please sign in to comment.