Skip to content

Commit f36ec64

Browse files
committed
Make sure all autogen headers are created
1 parent b6e28bc commit f36ec64

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/run_clazy.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ cmake -GNinja \
1010
-DCMAKE_PREFIX_PATH="${QT_PREFIX}" \
1111
-B "${BUILD_DIR}"
1212

13+
echo "=== Generating autogen headers ==="
14+
ninja -C "${BUILD_DIR}" src/ScopeSource_autogen
15+
1316
echo "=== Running clazy ==="
1417
find "$(pwd)/src" -name "*.cpp" -print0 | \
1518
xargs -0 -P "$(nproc)" -I{} clazy-standalone --only-qt --header-filter="src/.*" -p "${BUILD_DIR}" {}

0 commit comments

Comments
 (0)