mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 06:09:14 -05:00
5 lines
165 B
PowerShell
Executable File
5 lines
165 B
PowerShell
Executable File
$pwdpath = $pwd.Path
|
|
& "$pwsh" -File ".gitlab/ci/intel.ps1"
|
|
Invoke-Expression -Command .gitlab/ci/vcvarsall.ps1
|
|
Invoke-Expression -Command .gitlab/ci/intel-vars.ps1
|