mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 08:08:24 -05:00
10 lines
179 B
PowerShell
Executable File
10 lines
179 B
PowerShell
Executable File
. .gitlab/ci/ninja-env.ps1
|
|
. .gitlab/ci/intel-env.ps1
|
|
|
|
$env:CC = "icx"
|
|
$env:CXX = "icx"
|
|
$env:FC = "ifx"
|
|
|
|
cmd /c "icx 2>&1" | Select -First 1
|
|
cmd /c "ifx 2>&1" | Select -First 1
|