Files
CMake/.gitlab/ci/intel-env.ps1
T

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