mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-24 04:11:50 -04:00
Merge branch 'clang_tidy_19' into 'master'
Use clang-tidy 19 See merge request OpenMW/openmw!4901
This commit is contained in:
commit
55287a6efe
@ -38,7 +38,7 @@ fi
|
|||||||
|
|
||||||
if [[ $CI_CLANG_TIDY ]]; then
|
if [[ $CI_CLANG_TIDY ]]; then
|
||||||
CMAKE_CONF_OPTS+=(
|
CMAKE_CONF_OPTS+=(
|
||||||
-DCMAKE_CXX_CLANG_TIDY=clang-tidy
|
-DCMAKE_CXX_CLANG_TIDY=clang-tidy-19
|
||||||
-DBUILD_COMPONENTS_TESTS=ON
|
-DBUILD_COMPONENTS_TESTS=ON
|
||||||
-DBUILD_OPENMW_TESTS=ON
|
-DBUILD_OPENMW_TESTS=ON
|
||||||
-DBUILD_OPENCS_TESTS=ON
|
-DBUILD_OPENCS_TESTS=ON
|
||||||
|
@ -42,7 +42,7 @@ declare -rA GROUPED_DEPS=(
|
|||||||
|
|
||||||
# These dependencies can alternatively be built and linked statically.
|
# These dependencies can alternatively be built and linked statically.
|
||||||
[openmw-deps-dynamic]="libmygui-dev libopenscenegraph-dev libsqlite3-dev libcollada-dom-dev"
|
[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.
|
# Pre-requisites for building MyGUI and OSG for static linking.
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user