Use clang-tidy 19

This commit is contained in:
elsid 2025-08-30 11:27:19 +02:00
parent a0863290be
commit f9907058e2
No known key found for this signature in database
GPG Key ID: B845CB9FEE18AB40
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ fi
if [[ $CI_CLANG_TIDY ]]; then
CMAKE_CONF_OPTS+=(
-DCMAKE_CXX_CLANG_TIDY=clang-tidy
-DCMAKE_CXX_CLANG_TIDY=clang-tidy-19
-DBUILD_COMPONENTS_TESTS=ON
-DBUILD_OPENMW_TESTS=ON
-DBUILD_OPENCS_TESTS=ON

View File

@ -42,7 +42,7 @@ declare -rA GROUPED_DEPS=(
# These dependencies can alternatively be built and linked statically.
[openmw-deps-dynamic]="libmygui-dev libopenscenegraph-dev libsqlite3-dev libcollada-dom-dev"
[clang-tidy]="clang-tidy"
[clang-tidy]="clang-tidy-19"
# Pre-requisites for building MyGUI and OSG for static linking.
#