diff options
author | Brad King <brad.king@kitware.com> | 2021-05-04 15:20:57 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-05-04 15:21:43 (GMT) |
commit | 415f7b981d6809c3e61a54a2b9b607e5fc75cded (patch) | |
tree | 33e07f84ee3845739e9795fdefddc5e89587bd3e | |
parent | 7e31edee2282078491cdcf8abf275a40408a7fcc (diff) | |
parent | 8f03c24bfc44ca27642ec70cce4bb8311d91df23 (diff) | |
download | CMake-415f7b981d6809c3e61a54a2b9b607e5fc75cded.zip CMake-415f7b981d6809c3e61a54a2b9b607e5fc75cded.tar.gz CMake-415f7b981d6809c3e61a54a2b9b607e5fc75cded.tar.bz2 |
Merge topic 'ci-intel-compiler'
8f03c24bfc gitlab-ci: add jobs testing Intel 2021.2.0 compilers on Linux
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6079
-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 465dc2c..18844d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -363,6 +363,13 @@ test:intel2021.1.2-makefiles: CMAKE_CI_BUILD_NAME: intel2021.1.2_makefiles CMAKE_CI_INTELCOMPILER_IMAGE_TAG: 2021.1.2-el8 +test:intel2021.2.0-makefiles: + extends: + - .cmake_test_linux_intelclassic_makefiles + variables: + CMAKE_CI_BUILD_NAME: intel2021.2.0_makefiles + CMAKE_CI_INTELCOMPILER_IMAGE_TAG: 2021.2.0-el8 + test:oneapi2021.1.1-makefiles: extends: - .cmake_test_linux_inteloneapi_makefiles @@ -377,6 +384,13 @@ test:oneapi2021.1.2-makefiles: CMAKE_CI_BUILD_NAME: oneapi2021.1.2_makefiles CMAKE_CI_INTELCOMPILER_IMAGE_TAG: 2021.1.2-el8 +test:oneapi2021.2.0-makefiles: + extends: + - .cmake_test_linux_inteloneapi_makefiles + variables: + CMAKE_CI_BUILD_NAME: oneapi2021.2.0_makefiles + CMAKE_CI_INTELCOMPILER_IMAGE_TAG: 2021.2.0-el8 + build:linux-x86_64-package: extends: - .linux_package |