mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-16 14:08:35 +08:00
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).
This commit is contained in:
@@ -176,6 +176,16 @@ test:debian10-aarch64-ninja:
|
|||||||
variables:
|
variables:
|
||||||
CMAKE_CI_NO_MR: "true"
|
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:
|
test:fedora34-makefiles:
|
||||||
extends:
|
extends:
|
||||||
- .fedora34_makefiles
|
- .fedora34_makefiles
|
||||||
|
1
.gitlab/ci/configure_debian10_makefiles_clang.cmake
Normal file
1
.gitlab/ci/configure_debian10_makefiles_clang.cmake
Normal file
@@ -0,0 +1 @@
|
|||||||
|
include("${CMAKE_CURRENT_LIST_DIR}/configure_external_test.cmake")
|
2
.gitlab/ci/env_debian10_makefiles_clang.sh
Normal file
2
.gitlab/ci/env_debian10_makefiles_clang.sh
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
export CC=/usr/bin/clang-7
|
||||||
|
export CXX=/usr/bin/clang++-7
|
@@ -149,6 +149,15 @@
|
|||||||
CTEST_NO_WARNINGS_ALLOWED: 1
|
CTEST_NO_WARNINGS_ALLOWED: 1
|
||||||
CMAKE_GENERATOR: "Unix Makefiles"
|
CMAKE_GENERATOR: "Unix Makefiles"
|
||||||
|
|
||||||
|
### Clang Compiler
|
||||||
|
|
||||||
|
.debian10_makefiles_clang:
|
||||||
|
extends: .debian10
|
||||||
|
|
||||||
|
variables:
|
||||||
|
CMAKE_CONFIGURATION: debian10_makefiles_clang
|
||||||
|
CMAKE_GENERATOR: "Unix Makefiles"
|
||||||
|
|
||||||
### Intel Compiler
|
### Intel Compiler
|
||||||
|
|
||||||
.intelcompiler:
|
.intelcompiler:
|
||||||
|
Reference in New Issue
Block a user