Skip to content

Commit

Permalink
Add CI strategy that builds without OpenMP with Clang on Ubuntu again.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuetzel committed Aug 30, 2024
1 parent f9cc5b9 commit 1dcd270
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ jobs:
cc: "clang"
cxx: "clang++"
openmp-cmake-flags: "-DWITH_OpenMP=ON -DOpenMP_C_FLAGS=-fopenmp=libgomp -DOpenMP_CXX_FLAGS=-fopenmp=libgomp -DOpenMP_C_LIB_NAMES='gomp;pthread' -DOpenMP_CXX_LIB_NAMES='gomp;pthread'"
- compiler: clang
compiler-pkgs: "clang"
cc: "clang"
cxx: "clang++"
openmp: without
openmp-cmake-flags: "-DWITH_OpenMP=OFF"

env:
CC: ${{ matrix.cc }}
Expand Down

0 comments on commit 1dcd270

Please sign in to comment.