Split Ubuntu_Clang_Tidy job

This commit is contained in:
elsid 2023-04-17 20:20:49 +02:00
parent 70ddca78bf
commit 8e9c78d20c
No known key found for this signature in database
GPG key ID: 4DE04C198CBA7625
2 changed files with 48 additions and 2 deletions

View file

@ -47,6 +47,9 @@ fi
if [[ $CI_CLANG_TIDY ]]; then
CMAKE_CONF_OPTS+=(
-DCMAKE_CXX_CLANG_TIDY="clang-tidy;--warnings-as-errors=*"
-DBUILD_UNITTESTS=ON
-DBUILD_OPENCS_TESTS=ON
-DBUILD_BENCHMARKS=ON
)
fi