Skip to content

Commit b7d0475

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! ci: add clang_tidy to the CI
1 parent bd53196 commit b7d0475

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sil-kit-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
id: clang-tidy
7373
run: |
7474
mkdir _o
75+
export CC=clang && export CXX=clang++
7576
cmake -S . -B build_tidy -GNinja -DSILKIT_BUILD_DASHBOARD=OFF -DSILKIT_BUILD_DEMOS=ON -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo
7677
python3 ./SilKit/ci/silkit_clang_tidy.py build_tidy/ _o/
7778
shell: bash

0 commit comments

Comments
 (0)