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.
This commit is contained in:
parent
663cc941bd
commit
710d6515ac
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user