gitlab-ci: add job testing cuda10.2 with clang 11
This commit is contained in:
parent
9548b059c0
commit
f7af01efb6
@ -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
|
||||
|
3
.gitlab/ci/configure_cuda10.2_clang.cmake
Normal file
3
.gitlab/ci/configure_cuda10.2_clang.cmake
Normal file
@ -0,0 +1,3 @@
|
||||
set(CMake_TEST_CUDA "Clang" CACHE STRING "")
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/configure_external_test.cmake")
|
3
.gitlab/ci/env_cuda10.2_clang.sh
Normal file
3
.gitlab/ci/env_cuda10.2_clang.sh
Normal file
@ -0,0 +1,3 @@
|
||||
export CC=/usr/bin/clang-11
|
||||
export CXX=/usr/bin/clang++-11
|
||||
export CUDACXX=/usr/bin/clang++-11
|
@ -217,6 +217,13 @@
|
||||
CMAKE_CONFIGURATION: cuda10.2_nvidia
|
||||
CTEST_NO_WARNINGS_ALLOWED: 1
|
||||
|
||||
.cuda10.2_clang:
|
||||
extends: .cuda10.2
|
||||
|
||||
variables:
|
||||
CMAKE_CONFIGURATION: cuda10.2_clang
|
||||
CTEST_NO_WARNINGS_ALLOWED: 1
|
||||
|
||||
## Tags
|
||||
|
||||
.linux_builder_tags:
|
||||
|
Loading…
Reference in New Issue
Block a user