diff options
author | Brad King <brad.king@kitware.com> | 2022-05-16 21:26:23 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-05-16 21:29:16 (GMT) |
commit | cb3feb1efe0ba7afdad8386bd9d4a93ae2b26927 (patch) | |
tree | b37cdb622a0e32bf9864338ade5f79914da0f1d3 /.gitlab-ci.yml | |
parent | c4ed5341c483e9de0bde2ed4b92943907ad54649 (diff) | |
download | CMake-cb3feb1efe0ba7afdad8386bd9d4a93ae2b26927.zip CMake-cb3feb1efe0ba7afdad8386bd9d4a93ae2b26927.tar.gz CMake-cb3feb1efe0ba7afdad8386bd9d4a93ae2b26927.tar.bz2 |
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.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 09afcb3..7917803 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 |