summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/configure_fedora33_tidy.cmake
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2020-11-13 14:46:40 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2020-11-13 14:46:40 (GMT)
commit3d1183c457bc023a999a2140a93701c503e1ddc4 (patch)
treeda91b28b158fc45b4c031d14356a6a5dee5e81b5 /.gitlab/ci/configure_fedora33_tidy.cmake
parent9279d1fc0b031bb22fbb2234e5d083157f2764fc (diff)
parent6e35919e15b350c771afe8e9dc2a510dc4300e02 (diff)
downloadCMake-3d1183c457bc023a999a2140a93701c503e1ddc4.zip
CMake-3d1183c457bc023a999a2140a93701c503e1ddc4.tar.gz
CMake-3d1183c457bc023a999a2140a93701c503e1ddc4.tar.bz2
Merge branch 'ci-fedora33-release' into ci-fedora33
* ci-fedora33-release: gitlab-ci: use Fedora 33 to build sources gitlab-ci: update Linux CI to use Fedora 33 ci: update to Fedora 33 for Linux builds ci: install gmock in the Fedora 31 image Tests/FindBoost/TestPython: support finding 3.8 and 3.9 clang-tidy: ignore new warnings from newer versions clang-tidy: ignore `misc-no-recursion`
Diffstat (limited to '.gitlab/ci/configure_fedora33_tidy.cmake')
-rw-r--r--.gitlab/ci/configure_fedora33_tidy.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab/ci/configure_fedora33_tidy.cmake b/.gitlab/ci/configure_fedora33_tidy.cmake
new file mode 100644
index 0000000..9052fdc
--- /dev/null
+++ b/.gitlab/ci/configure_fedora33_tidy.cmake
@@ -0,0 +1,3 @@
+set(CMake_RUN_CLANG_TIDY ON CACHE BOOL "")
+
+include("${CMAKE_CURRENT_LIST_DIR}/configure_fedora33_common.cmake")