Skip to content

Commit 8873041

Browse files
committed
fix(clang-tidy): build the project to avoid missing generated headers
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
1 parent 62c80a6 commit 8873041

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/clang-tidy-review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- name: Prepare compile_commands.json
1919
run: |
2020
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
2122
- name: Create results directory
2223
run: |
2324
mkdir clang-tidy-result

0 commit comments

Comments
 (0)