add ability to enable debugging through appveyor

This commit is contained in:
itsmattkc
2019-09-30 06:47:11 +10:00
parent 45bfad2b20
commit 2b3659f153
+5
View File
@@ -3,3 +3,8 @@ set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\bin;%PATH%
REM Run MSYS script
bash -c ./appveyor-build.sh
REM Check if this build should set up a debugging session
IF "%ENABLE_RDP%"=="1" (
powershell $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
)