summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-06-04 13:06:43 -0400
committerBrad King <brad.king@kitware.com>2021-06-04 13:30:19 -0400
commit7e5e558d0f7cd0e5ac579322c13142d1fac93f0a (patch)
tree44bef535765c1bc37ac5016f9e1f3be88a0ca3e7 /.gitlab-ci.yml
parent26e75b474bb2b0b3216cc513cc50e91ae5dbff28 (diff)
downloadcmake-7e5e558d0f7cd0e5ac579322c13142d1fac93f0a.tar.gz
gitlab-ci: add job to test with clang-7 on debian10
Test with a Clang version old enough to have caught the regression fixed by commit 9411766c35 (BinUtils: Avoid llvm-objdump versions older than Clang 9, 2021-05-29).
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bf002228c4..236eac9901 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -176,6 +176,16 @@ test:debian10-aarch64-ninja:
variables:
CMAKE_CI_NO_MR: "true"
+test:debian10-makefiles-clang:
+ extends:
+ - .debian10_makefiles_clang
+ - .cmake_test_linux_release
+ - .linux_builder_tags_qt
+ - .run_manually
+ - .needs_centos6_x86_64
+ variables:
+ CMAKE_CI_JOB_NIGHTLY: "true"
+
test:fedora34-makefiles:
extends:
- .fedora34_makefiles