mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-21 14:10:41 -06:00
ci: Enable Qt tests in nightly VS IDE job
This commit is contained in:
4
.gitlab/ci/env_windows_vs2022_x64.ps1
Executable file
4
.gitlab/ci/env_windows_vs2022_x64.ps1
Executable file
@@ -0,0 +1,4 @@
|
||||
if ("$env:CMAKE_CI_NIGHTLY" -eq "true") {
|
||||
$cmake = "build\install\bin\cmake"
|
||||
. ".gitlab/ci/qt-env.ps1"
|
||||
}
|
||||
Reference in New Issue
Block a user