Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Florian Fischer
emper
Commits
1e90d499
Commit
1e90d499
authored
Apr 04, 2022
by
Florian Schmaus
Browse files
[run-clang-tidy] Run clang-tidy in parallel
parent
3afd04de
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/run-clang-tidy
View file @
1e90d499
...
...
@@ -39,4 +39,8 @@ if [[ -z "${RUN_CLANG_TIDY}" ]]; then
exit
1
fi
${
RUN_CLANG_TIDY
}
-p
"
${
ROOTDIR
}
/compile_commands_wo_subprojects/"
JOBS
=
$(
nproc
)
${
RUN_CLANG_TIDY
}
\
-p
"
${
ROOTDIR
}
/compile_commands_wo_subprojects/"
\
-j
"
${
JOBS
}
"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment