Skip to content
Snippets Groups Projects
Commit 7e5e558d authored by Brad King's avatar Brad King
Browse files

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 9411766c (BinUtils: Avoid llvm-objdump versions older than
Clang 9, 2021-05-29).
parent 26e75b47
No related branches found
No related tags found
No related merge requests found
......@@ -176,6 +176,16 @@ test:debian10-aarch64-ninja:
variables:
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:
extends:
- .fedora34_makefiles
......
include("${CMAKE_CURRENT_LIST_DIR}/configure_external_test.cmake")
export CC=/usr/bin/clang-7
export CXX=/usr/bin/clang++-7
......@@ -149,6 +149,15 @@
CTEST_NO_WARNINGS_ALLOWED: 1
CMAKE_GENERATOR: "Unix Makefiles"
### Clang Compiler
.debian10_makefiles_clang:
extends: .debian10
variables:
CMAKE_CONFIGURATION: debian10_makefiles_clang
CMAKE_GENERATOR: "Unix Makefiles"
### Intel Compiler
.intelcompiler:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment