There was an error while loading. Please reload this page.
1 parent 62c80a6 commit 8873041Copy full SHA for 8873041
1 file changed
.github/workflows/clang-tidy-review.yml
@@ -18,6 +18,7 @@ jobs:
18
- name: Prepare compile_commands.json
19
run: |
20
cmake -G Ninja -B build -DQT_MAJOR_VERSION=6 -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DBUILD_UPDATER=ON -DBUILD_TESTING=1
21
+ cmake -B build --build
22
- name: Create results directory
23
24
mkdir clang-tidy-result
0 commit comments