Skip to content

Commit

Permalink
more ci
Browse files Browse the repository at this point in the history
  • Loading branch information
moribellamy committed Nov 17, 2023
1 parent 9211859 commit 89a1e5d
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,15 @@ jobs:
os: [ ubuntu-latest, macos-latest, windows-latest ]
build_type: [ Release, Debug ]
c_compiler: [ gcc, clang, msbuild ]
include:
exclude:
# Define specific settings for each OS and compiler combination
- os: ubuntu-latest
- os: windows-latest
c_compiler: gcc
- os: ubuntu-latest
- os: windows-latest
c_compiler: clang
- os: ubuntu-latest
c_compiler: msbuild
- os: macos-latest
c_compiler: gcc
- os: macos-latest
c_compiler: clang
- os: windows-latest
c_compiler: msbuild

steps:
Expand Down

0 comments on commit 89a1e5d

Please sign in to comment.