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 8eb4ab9 commit bd53196Copy full SHA for bd53196
.github/workflows/sil-kit-ci.yml
@@ -71,6 +71,7 @@ jobs:
71
- name: Run clang-tidy
72
id: clang-tidy
73
run: |
74
+ mkdir _o
75
cmake -S . -B build_tidy -GNinja -DSILKIT_BUILD_DASHBOARD=OFF -DSILKIT_BUILD_DEMOS=ON -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo
76
python3 ./SilKit/ci/silkit_clang_tidy.py build_tidy/ _o/
77
shell: bash
0 commit comments