appveyor: allow one to RDP to system to debug build system

This commit is contained in:
Alam Ed Arias 2016-01-27 00:11:54 -05:00
parent b8cafea40a
commit 21c30a396c
2 changed files with 5 additions and 0 deletions

2
.gitattributes vendored
View File

@ -29,4 +29,6 @@
/libs/zlib/nintendods/README -whitespace
/libs/zlib/watcom/watcom_f.mak -crlf -whitespace
/libs/zlib/watcom/watcom_l.mak -crlf -whitespace
#Appveyor
/appveyor.yml -crlf -whitespace
# Other

View File

@ -1,5 +1,8 @@
version: 1.0.{build}
os: MinGW
build_script:
- cmd: C:\MinGW\bin\make.exe -C src MINGW=1 NOASM=1 NOPNG=1
on_finish:
-ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))