summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-06-03 16:00:47 (GMT)
committerBrad King <brad.king@kitware.com>2021-06-03 19:06:42 (GMT)
commitda14f4e19e72f2d7b7ea71ed420880358715a8f2 (patch)
tree30190cd1b78afc7e34f08cc31a20dfc7fe4d8c6d /.gitlab-ci.yml
parentadc38da49ff3549a74afceb01b06500b40bf0ee6 (diff)
downloadCMake-da14f4e19e72f2d7b7ea71ed420880358715a8f2.zip
CMake-da14f4e19e72f2d7b7ea71ed420880358715a8f2.tar.gz
CMake-da14f4e19e72f2d7b7ea71ed420880358715a8f2.tar.bz2
gitlab-ci: add job to build with clang-analyzer
Update the exceptions in `CTestCustom.cmake.in` to match this job's needs. Drop exceptions needed only by our previous nightly build.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index aac1d9c..bf00222 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -129,6 +129,15 @@ lint:fedora34-sphinx:
CMAKE_CI_JOB_CONTINUOUS: "true"
CMAKE_CI_JOB_HELP: "true"
+lint:fedora34-clang-analyzer:
+ extends:
+ - .fedora34_clang_analyzer
+ - .cmake_build_linux
+ - .linux_builder_tags_qt
+ - .run_automatically
+ variables:
+ CMAKE_CI_JOB_NIGHTLY: "true"
+
# Linux builds
build:centos6-x86_64: