Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GlockPL authored Jun 1, 2024
1 parent 18f96bb commit 95d7171
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,14 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
build_type: [Release]
c_compiler: [gcc, clang, cl]
c_compiler: [nvcc]
include:
- os: windows-latest
c_compiler: cl
cpp_compiler: cl
c_compiler: nvcc
cpp_compiler: nvcc
- os: ubuntu-latest
c_compiler: gcc
cpp_compiler: g++
- os: ubuntu-latest
c_compiler: clang
cpp_compiler: clang++
exclude:
- os: windows-latest
c_compiler: gcc
- os: windows-latest
c_compiler: clang
- os: ubuntu-latest
c_compiler: cl

c_compiler: nvcc
cpp_compiler: nvcc
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 95d7171

Please sign in to comment.