Skip to content

Commit

Permalink
Test CMake x clang on Ubuntu.
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-rowe committed Nov 19, 2024
1 parent 6856e10 commit 9c24905
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
OCCA_COVERAGE: 1
OCCA_FORTRAN_ENABLED: 1

- name: "[Ubuntu] CMake"
- name: "[Ubuntu] CMake + gcc"
os: ubuntu-latest
CC: gcc
CXX: g++
Expand All @@ -36,12 +36,12 @@ jobs:
OCCA_FORTRAN_ENABLED: 1
useCMake: true

- name: "[Ubuntu] clang"
- name: "[Ubuntu] CMake + clang"
os: ubuntu-latest
CC: clang
CXX: clang++
CXXFLAGS: -Wno-uninitialized
OCCA_COVERAGE: 0
useCMake: true

- name: "[Ubuntu] CMake + Intel/LLVM"
os: ubuntu-latest
Expand Down

0 comments on commit 9c24905

Please sign in to comment.