
Powershell scripts cannot be launched as commands on Windows. They must be run through the `powershell` or `pwsh` tool.
5 lines
109 B
PowerShell
5 lines
109 B
PowerShell
if ("$env:CMAKE_CI_NIGHTLY" -eq "true") {
|
|
$cmake = "build\install\bin\cmake"
|
|
. ".gitlab/ci/qt-env.ps1"
|
|
}
|