Browse Source

gitlab-ci: add job testing Intel oneAPI 2024.0.0 compilers on Linux

There is no corresponding Intel classic C/C++ compiler version.
Brad King 2 years ago
parent
commit
617357359d
1 changed files with 7 additions and 0 deletions
  1. 7 0
      .gitlab-ci.yml

+ 7 - 0
.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