Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
fintarin committed Sep 22, 2023
1 parent 15e5503 commit 3ad1279
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,15 @@ jobs:
sudo apt-get update
sudo apt-get install llvm lcov
- name: Install gcc & g++
run: sudo apt-get install gcc g++

- name: Configure CMake
working-directory: ${{github.workspace}}
run: cmake -Bbuild -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_CXX_FLAGS="-stdlib=libc++" -Dfintamath_build_tests=ON -Dfintamath_enable_coverage=ON
env:
CC: clang-15
CXX: clang++-15
CC: clang
CXX: clang++

- name: Build
working-directory: ${{github.workspace}}
Expand Down

0 comments on commit 3ad1279

Please sign in to comment.