summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-11-28 15:55:57 (GMT)
committerBrad King <brad.king@kitware.com>2023-11-28 15:59:31 (GMT)
commit617357359d999f50bf8defa0952ad3bb67bda10e (patch)
tree483c8ad12093d9be7b0a59ebf3cc874864370baf /.gitlab-ci.yml
parent393d7fa59c2abfb04314025463c861b15ff2cf14 (diff)
downloadCMake-617357359d999f50bf8defa0952ad3bb67bda10e.zip
CMake-617357359d999f50bf8defa0952ad3bb67bda10e.tar.gz
CMake-617357359d999f50bf8defa0952ad3bb67bda10e.tar.bz2
gitlab-ci: add job testing Intel oneAPI 2024.0.0 compilers on Linux
There is no corresponding Intel classic C/C++ compiler version.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a99ac2e..21eaa6f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -838,6 +838,13 @@ t:oneapi2023.2.0-makefiles:
CMAKE_CI_BUILD_NAME: oneapi2023.2.1_makefiles
CMAKE_CI_INTELCOMPILER_IMAGE_TAG: 2023.2.1-el8
+t:oneapi2024.0.0-makefiles:
+ extends:
+ - .cmake_test_linux_inteloneapi_makefiles
+ variables:
+ CMAKE_CI_BUILD_NAME: oneapi2024.0.0_makefiles
+ CMAKE_CI_INTELCOMPILER_IMAGE_TAG: 2024.0.0-el8
+
b:linux-x86_64-package:
extends:
- .linux_package