mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Merge topic 'ci-intel-compiler'
351169af23gitlab-ci: add job testing Intel oneAPI 2025.1.0 compilers on Linuxa56adbdd60gitlab-ci: add job testing Intel oneAPI 2025.0.0 compilers on Linux Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !10806
This commit is contained in:
@@ -792,6 +792,20 @@ t:oneapi2024.2.0-makefiles:
|
||||
CMAKE_CI_BUILD_NAME: oneapi2024.2.0_makefiles
|
||||
CMAKE_CI_INTELCOMPILER_IMAGE_TAG: 2024.2.0-rocky9
|
||||
|
||||
t:oneapi2025.0.0-makefiles:
|
||||
extends:
|
||||
- .cmake_test_linux_inteloneapi_makefiles
|
||||
variables:
|
||||
CMAKE_CI_BUILD_NAME: oneapi2025.0.0_makefiles
|
||||
CMAKE_CI_INTELCOMPILER_IMAGE_TAG: 2025.0.0-rocky9
|
||||
|
||||
t:oneapi2025.1.0-makefiles:
|
||||
extends:
|
||||
- .cmake_test_linux_inteloneapi_makefiles
|
||||
variables:
|
||||
CMAKE_CI_BUILD_NAME: oneapi2025.1.0_makefiles
|
||||
CMAKE_CI_INTELCOMPILER_IMAGE_TAG: 2025.1.0-rocky9
|
||||
|
||||
b:linux-x86_64-package:
|
||||
extends:
|
||||
- .linux_package
|
||||
|
||||
Reference in New Issue
Block a user