Skip to content
Snippets Groups Projects
Commit 304ae28d authored by Jan Trávníček's avatar Jan Trávníček
Browse files

general: set CXX to clang++ in clang-tidy check

parent a5597d9f
No related branches found
No related tags found
1 merge request!181Clang tidy fixes merge
......@@ -138,6 +138,8 @@ static-analysis:cppcheck:
 
static-analysis:clang-tidy:
extends: .template:static-analysis
variables:
CXX: clang++
script:
- clang-tidy --version
- jq ".[].file" build/compile_commands.json | tr -d "\"" | grep -v "test-src" | xargs -n1 -P$(grep -c processor /proc/cpuinfo) clang-tidy -quiet -p build/
......
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