summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-05-16 17:26:23 -0400
committerBrad King <brad.king@kitware.com>2022-05-16 17:29:16 -0400
commitcb3feb1efe0ba7afdad8386bd9d4a93ae2b26927 (patch)
treeb37cdb622a0e32bf9864338ade5f79914da0f1d3 /.gitlab-ci.yml
parentc4ed5341c483e9de0bde2ed4b92943907ad54649 (diff)
downloadcmake-cb3feb1efe0ba7afdad8386bd9d4a93ae2b26927.tar.gz
gitlab-ci: add jobs testing Intel 2022.1.0 compilers on Linux
Note that the classic compiler version is 2021.6.0, but we still have it in the 2022.1.0 base image.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 09afcb3716..7917803b79 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -530,6 +530,13 @@ t:intel2021.5.0-makefiles:
CMAKE_CI_BUILD_NAME: intel2021.5.0_makefiles
CMAKE_CI_INTELCOMPILER_IMAGE_TAG: 2022.0.2-el8
+t:intel2021.6.0-makefiles:
+ extends:
+ - .cmake_test_linux_intelclassic_makefiles
+ variables:
+ CMAKE_CI_BUILD_NAME: intel2021.6.0_makefiles
+ CMAKE_CI_INTELCOMPILER_IMAGE_TAG: 2022.1.0-el8
+
t:oneapi2021.1.1-makefiles:
extends:
- .cmake_test_linux_inteloneapi_makefiles
@@ -572,6 +579,13 @@ t:oneapi2022.0.2-makefiles:
CMAKE_CI_BUILD_NAME: oneapi2022.0.2_makefiles
CMAKE_CI_INTELCOMPILER_IMAGE_TAG: 2022.0.2-el8
+t:oneapi2022.1.0-makefiles:
+ extends:
+ - .cmake_test_linux_inteloneapi_makefiles
+ variables:
+ CMAKE_CI_BUILD_NAME: oneapi2022.1.0_makefiles
+ CMAKE_CI_INTELCOMPILER_IMAGE_TAG: 2022.1.0-el8
+
b:linux-x86_64-package:
extends:
- .linux_package