diff options
author | Brad King <brad.king@kitware.com> | 2021-06-16 14:56:06 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-06-16 14:57:34 -0400 |
commit | 886a97cbe7da0f969549f819ba22a8f264838272 (patch) | |
tree | 2bbf196da9272e8002592e5d3c7b07b6506398df /.gitlab-ci.yml | |
parent | 4371a25d1fb67a185b769bac2cfb129301d9e39f (diff) | |
download | cmake-886a97cbe7da0f969549f819ba22a8f264838272.tar.gz |
gitlab-ci: add job to test with clang-7 and ninja on debian10
In commit 7e5e558d0f (gitlab-ci: add job to test with clang-7 on
debian10, 2021-06-04) we added coverage of clang-7 with the Unix
Makefiles generator. Do the same for Ninja.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3765abcc30..814fe2a08c 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-ninja-clang: + extends: + - .debian10_ninja_clang + - .cmake_test_linux_release + - .linux_builder_tags_qt + - .run_manually + - .needs_centos6_x86_64 + variables: + CMAKE_CI_JOB_NIGHTLY: "true" + test:debian10-makefiles-clang: extends: - .debian10_makefiles_clang |