mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-09 00:29:55 -06: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
|