mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
7f9817b7cb
Powershell scripts cannot be launched as commands on Windows. They must be run through the `powershell` or `pwsh` tool.
5 lines
165 B
PowerShell
5 lines
165 B
PowerShell
$pwdpath = $pwd.Path
|
|
& "$pwsh" -File ".gitlab/ci/intel.ps1"
|
|
Invoke-Expression -Command .gitlab/ci/vcvarsall.ps1
|
|
Invoke-Expression -Command .gitlab/ci/intel-vars.ps1
|