Skip to content
Snippets Groups Projects
Commit 21c30a39 authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

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

parent b8cafea4
No related branches found
No related tags found
No related merge requests found
......@@ -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
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'))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment