Skip to content
Snippets Groups Projects
Commit 9e2f98e1 authored by Florian Schmaus's avatar Florian Schmaus
Browse files

[tools] Create /clang-tidy-report

parent f4e72a97
No related branches found
No related tags found
1 merge request!391[gitlab-ci] Bump debian-testing-dev image to 1.23
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
/.cache/ /.cache/
/.clangd/ /.clangd/
/clang-tidy-report
tools/gdb/__pycache__/ tools/gdb/__pycache__/
subprojects/packagecache/ subprojects/packagecache/
......
...@@ -42,4 +42,5 @@ JOBS=$(nproc) ...@@ -42,4 +42,5 @@ JOBS=$(nproc)
${RUN_CLANG_TIDY} \ ${RUN_CLANG_TIDY} \
-p "${ROOTDIR}/compile_commands_wo_subprojects/" \ -p "${ROOTDIR}/compile_commands_wo_subprojects/" \
-j "${JOBS}" -j "${JOBS}" |\
tee "${ROOTDIR}/clang-tidy-report"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment