Skip to content

Commit bd53196

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

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
@@ -71,6 +71,7 @@ jobs:
7171
- name: Run clang-tidy
7272
id: clang-tidy
7373
run: |
74+
mkdir _o
7475
cmake -S . -B build_tidy -GNinja -DSILKIT_BUILD_DASHBOARD=OFF -DSILKIT_BUILD_DEMOS=ON -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo
7576
python3 ./SilKit/ci/silkit_clang_tidy.py build_tidy/ _o/
7677
shell: bash

0 commit comments

Comments
 (0)