Skip to content

Commit

Permalink
Turn on eb for clang-tidy (#255)
Browse files Browse the repository at this point in the history
* Turn on eb for clang-tidy

* Maybe this works

* Don't fail the EB matrix.

---------

Co-authored-by: Jon Rood <[email protected]>
  • Loading branch information
marchdf and jrood-nrel authored Sep 22, 2023
1 parent 5487435 commit 7ad9a3e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,15 @@ jobs:
Lint-clang-tidy:
needs: Formatting
runs-on: ubuntu-latest
strategy:
matrix:
enableeb: [EB-OFF, EB-ON]
include:
- enableeb: EB-OFF
useeb: "OFF"
- enableeb: EB-ON
useeb: "ON"
fail-fast: false
steps:
- name: Clone
uses: actions/checkout@v3
Expand All @@ -558,6 +567,7 @@ jobs:
-DCMAKE_BUILD_TYPE:STRING=Debug \
-DCMAKE_CXX_COMPILER:STRING=clang++ \
-DCMAKE_C_COMPILER:STRING=clang \
-DPELELMEX_ENABLE_EB:BOOL=${{matrix.useeb}} \
-DPELELMEX_ENABLE_MPI:BOOL=OFF \
-DPELELMEX_ENABLE_FCOMPARE_FOR_TESTS:BOOL=OFF \
-DPELELMEX_ENABLE_MASA:BOOL=OFF \
Expand Down

0 comments on commit 7ad9a3e

Please sign in to comment.