mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -05:00
ci: Update to IntelLLVM 2025.1 on Windows
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
$erroractionpreference = "stop"
|
||||
|
||||
if ("$env:CMAKE_CI_BUILD_NAME" -match "(^|_)(oneapi2024\.1\.0)(_|$)") {
|
||||
# Intel oneAPI 2024.1.0
|
||||
$version = "2024.1.0"
|
||||
$version_dir = "2024.1"
|
||||
if ("$env:CMAKE_CI_BUILD_NAME" -match "(^|_)(oneapi2025\.1)(_|$)") {
|
||||
# Intel oneAPI 2025.1.2
|
||||
$version = "2025.1.2"
|
||||
$version_dir = "2025.1"
|
||||
$bin_dir = "bin"
|
||||
$llvm_dir = "bin\compiler"
|
||||
$filename = "intel-oneapi-$version-windows-1"
|
||||
$sha256sum = "CB6857C08CD815722913358EC495AA575C2EED730646098A6CF7178E55FA7323"
|
||||
$sha256sum = "CA7D5B4E5C11AA9FAF6ED56045D2440F620A2DA3D8BF2B8B644280C9B10DE844"
|
||||
} elseif ("$env:CMAKE_CI_BUILD_NAME" -match "(^|_)(intel2021\.9\.0)(_|$)") {
|
||||
# Intel oneAPI 2023.1.0
|
||||
$version = "2023.1.0"
|
||||
|
||||
Reference in New Issue
Block a user