We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd53196 commit b7d0475Copy full SHA for b7d0475
.github/workflows/sil-kit-ci.yml
@@ -72,6 +72,7 @@ jobs:
72
id: clang-tidy
73
run: |
74
mkdir _o
75
+ export CC=clang && export CXX=clang++
76
cmake -S . -B build_tidy -GNinja -DSILKIT_BUILD_DASHBOARD=OFF -DSILKIT_BUILD_DEMOS=ON -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo
77
python3 ./SilKit/ci/silkit_clang_tidy.py build_tidy/ _o/
78
shell: bash
0 commit comments