ci: Enable Qt tests in nightly VS IDE job

This commit is contained in:
Brad King
2023-09-05 15:23:47 -04:00
parent 67abc25e67
commit fc41962481

View File

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