Явное указание версии clang-tidy
This commit is contained in:
parent
b343e06dc4
commit
6ab3af81b4
@ -172,7 +172,7 @@ variables:
|
||||
if [ -n "${CUSTOM_ANALYZE_CLANG_TIDY}" ]; then
|
||||
${CUSTOM_ANALYZE_CLANG_TIDY}
|
||||
else
|
||||
cmake -DCMAKE_CXX_CLANG_TIDY="clang-tidy" -B build .
|
||||
cmake -DCMAKE_CXX_CLANG_TIDY="clang-tidy-14" -B build .
|
||||
cmake --build build -j
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user