summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-06-16 18:22:48 (GMT)
committerBrad King <brad.king@kitware.com>2021-06-16 18:25:38 (GMT)
commitf7af01efb6e3cf453f48def6e7eb8b325667578a (patch)
treef73f900441a7b9f523c713112131172c1f35b878 /.gitlab-ci.yml
parent9548b059c0ad6b35cd019b2ff00c0b23f702b840 (diff)
downloadCMake-f7af01efb6e3cf453f48def6e7eb8b325667578a.zip
CMake-f7af01efb6e3cf453f48def6e7eb8b325667578a.tar.gz
CMake-f7af01efb6e3cf453f48def6e7eb8b325667578a.tar.bz2
gitlab-ci: add job testing cuda10.2 with clang 11
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 3765abc..d6825d1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -214,6 +214,16 @@ test:cuda10.2-nvidia:
- .run_dependent
- .needs_centos6_x86_64
+test:cuda10.2-clang:
+ extends:
+ - .cuda10.2_clang
+ - .cmake_test_linux_release
+ - .linux_builder_tags_cuda
+ - .run_dependent
+ - .needs_centos6_x86_64
+ variables:
+ CMAKE_CI_JOB_NIGHTLY: "true"
+
build:fedora34-ninja:
extends:
- .fedora34_ninja