diff options
author | Brad King <brad.king@kitware.com> | 2023-04-26 14:34:19 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-04-26 14:34:19 (GMT) |
commit | 710d6515ac736e27f3dfdd0dbe3d581a2dc0ee95 (patch) | |
tree | 364272977a7f7367f68b0b5bdbf286394c565ce3 /.gitlab-ci.yml | |
parent | 663cc941bd176347fb2fa89191629c6843bb4ebd (diff) | |
download | CMake-710d6515ac736e27f3dfdd0dbe3d581a2dc0ee95.zip CMake-710d6515ac736e27f3dfdd0dbe3d581a2dc0ee95.tar.gz CMake-710d6515ac736e27f3dfdd0dbe3d581a2dc0ee95.tar.bz2 |
gitlab-ci: add jobs testing Intel 2023.1.0 compilers on Linux
Note that the classic compiler version is 2021.9.0, but we still
have it in the 2023.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 b26172d..ac8e168 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -664,6 +664,13 @@ t:intel2021.8.0-makefiles: CMAKE_CI_BUILD_NAME: intel2021.8.0_makefiles CMAKE_CI_INTELCOMPILER_IMAGE_TAG: 2023.0.0-el8 +t:intel2021.9.0-makefiles: + extends: + - .cmake_test_linux_intelclassic_makefiles + variables: + CMAKE_CI_BUILD_NAME: intel2021.9.0_makefiles + CMAKE_CI_INTELCOMPILER_IMAGE_TAG: 2023.1.0-el8 + t:oneapi2021.1.1-makefiles: extends: - .cmake_test_linux_inteloneapi_makefiles @@ -727,6 +734,13 @@ t:oneapi2023.0.0-makefiles: CMAKE_CI_BUILD_NAME: oneapi2023.0.0_makefiles CMAKE_CI_INTELCOMPILER_IMAGE_TAG: 2023.0.0-el8 +t:oneapi2023.1.0-makefiles: + extends: + - .cmake_test_linux_inteloneapi_makefiles + variables: + CMAKE_CI_BUILD_NAME: oneapi2023.1.0_makefiles + CMAKE_CI_INTELCOMPILER_IMAGE_TAG: 2023.1.0-el8 + b:linux-x86_64-package: extends: - .linux_package |