appvenyor: self note only

This commit is contained in:
Alam Ed Arias 2016-01-28 10:44:52 -05:00
parent e5dbd3cb9d
commit 9e1ba2e972
1 changed files with 1 additions and 1 deletions

View File

@ -32,6 +32,6 @@ build_script:
#- cmd: mingw32-make.exe -C src MINGW=1 WARNINGMODE=1 NOASM=1 NOUPX=1 GCC52=1 SDL=1 NOMIXER=1 DEBUGMODE=1
on_finish:
- cmd: echo xfreerdp /u:appveyor /cert-ignore +clipboard /v:<ip>:<port>
#- cmd: echo xfreerdp /u:appveyor /cert-ignore +clipboard /v:<ip>:<port>
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))