1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-17 15:32:10 +08:00

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.
This commit is contained in:
Brad King
2021-06-16 14:56:06 -04:00
parent 4371a25d1f
commit 886a97cbe7
4 changed files with 19 additions and 0 deletions

View File

@@ -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

View File

@@ -0,0 +1 @@
include("${CMAKE_CURRENT_LIST_DIR}/configure_external_test.cmake")

View File

@@ -0,0 +1,2 @@
export CC=/usr/bin/clang-7
export CXX=/usr/bin/clang++-7

View File

@@ -158,6 +158,12 @@
CMAKE_CONFIGURATION: debian10_makefiles_clang
CMAKE_GENERATOR: "Unix Makefiles"
.debian10_ninja_clang:
extends: .debian10
variables:
CMAKE_CONFIGURATION: debian10_ninja_clang
### Sanitizers
.fedora_memcheck: