Skip to content

Commit

Permalink
CI: Enable all OS [2]
Browse files Browse the repository at this point in the history
  • Loading branch information
axionbuster committed Feb 12, 2024
1 parent a79149e commit 69deae4
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,19 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
build_type: [RelWithDebInfo]
c_compiler: [cl, gcc, clang-17]
cpp_compiler: [cl, g++, clang++-17]
exclude:
include:
- os: ubuntu-latest
c_compiler: cl
- os: windows-latest
c_compiler: gcc
- os: macos-latest
cpp_compiler: g++
- os: ubuntu-latest
c_compiler: clang-17
cpp_compiler: clang++-17
- os: windows-latest
c_compiler: cl
cpp_compiler: cl
- os: macos-latest
c_compiler: clang
cpp_compiler: clang++

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

0 comments on commit 69deae4

Please sign in to comment.