Added RDP details for Appveyor VM debugging.

This commit is contained in:
Snaipe 2015-09-07 05:27:00 +02:00
parent 7fca89739f
commit 4b2fb35d31

View file

@ -3,6 +3,7 @@ version: 1.3.1_b{build}-{branch}
os: Visual Studio 2015
init:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
- git config --global core.autocrlf input
- 'SET PATH=%PATH%;C:\MinGW\msys\1.0\bin;C:\MinGW\bin;%APPVEYOR_BUILD_FOLDER%\bin;%APPVEYOR_BUILD_FOLDER%\build'