CMake/.gitlab/ci/env_windows_vs2022_x64.ps1
Brad King 7f9817b7cb Remove unnecessary executable permission from .ps1 scripts
Powershell scripts cannot be launched as commands on Windows.
They must be run through the `powershell` or `pwsh` tool.
2024-04-30 09:33:44 -04:00

5 lines
109 B
PowerShell

if ("$env:CMAKE_CI_NIGHTLY" -eq "true") {
$cmake = "build\install\bin\cmake"
. ".gitlab/ci/qt-env.ps1"
}