Skip to content

Commit

Permalink
Exclude certain matrix combinations
Browse files Browse the repository at this point in the history
  • Loading branch information
Kardbord committed Jun 6, 2024
1 parent a307f42 commit 41c9cf8
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,11 @@ jobs:
c_compiler: [gcc, clang]
cpp_compiler: [g++, clang++]
generator: [Unix Makefiles, Ninja]
include:
- build_type: Release
c_compiler: gcc
cpp_compiler: g++
generator: Unix Makefiles
- build_type: Release
c_compiler: gcc
cpp_compiler: g++
generator: Ninja
- build_type: Release
c_compiler: clang
exclude:
- c_compiler: gcc
cpp_compiler: clang++
generator: Unix Makefiles
- build_type: Release
c_compiler: clang
cpp_compiler: clang++
generator: Ninja
- c_compiler: clang
cpp_compiler: g++

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 41c9cf8

Please sign in to comment.