Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
test gcc and clang matrix
  • Loading branch information
The9Cat authored Oct 15, 2024
1 parent b215b49 commit ac91538
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, ubuntu-22.04]
cc: [gcc, mpicc]
c_compiler: [gcc, clang]
cpp_compiler: [g++, clang++]
include:
- c_compiler: gcc
cpp_compiler: g++
- c_compiler: clang
cpp_compiler: clang++

name: "Test pyEXP Build"
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit ac91538

Please sign in to comment.