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

There is no corresponding Intel classic C/C++ compiler version.
This commit is contained in:
Brad King 2024-04-04 11:32:39 -04:00
parent cedf4fafdc
commit 7211e3e987

View File

@ -846,6 +846,13 @@ t:oneapi2024.0.0-makefiles:
CMAKE_CI_BUILD_NAME: oneapi2024.0.0_makefiles
CMAKE_CI_INTELCOMPILER_IMAGE_TAG: 2024.0.0-el8
t:oneapi2024.1.0-makefiles:
extends:
- .cmake_test_linux_inteloneapi_makefiles
variables:
CMAKE_CI_BUILD_NAME: oneapi2024.1.0_makefiles
CMAKE_CI_INTELCOMPILER_IMAGE_TAG: 2024.1.0-el8
b:linux-x86_64-package:
extends:
- .linux_package