mirror of
https://github.com/pantor/inja.git
synced 2026-04-07 08:38:52 +00:00
Enable clang tidy in CI (#314)
* add clang tidy check * test * check * check * test * check * test * header filter * fix header filter * check * check * check * recheck * re-check * undo removing ci
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -19,6 +19,11 @@ jobs:
|
||||
os: ubuntu-22.04
|
||||
compiler: clang
|
||||
|
||||
- name: ubuntu-22.04-clang-tidy
|
||||
os: ubuntu-22.04
|
||||
compiler: clang
|
||||
cmake_vars: "-DINJA_ENABLE_CLANG_TIDY=ON"
|
||||
|
||||
- name: ubuntu-22.04-clang-15-no-exceptions
|
||||
os: ubuntu-22.04
|
||||
compiler: clang-15
|
||||
@@ -56,7 +61,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Cpp
|
||||
uses: aminya/setup-cpp@v0.44.0
|
||||
uses: aminya/setup-cpp@v0.46.1
|
||||
with:
|
||||
compiler: ${{ matrix.compiler }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user