Added rdp

This commit is contained in:
Filippo Cucchetto 2016-01-29 23:03:54 +01:00
parent 8605e2b1fa
commit f1cbaeec5e
1 changed files with 3 additions and 0 deletions

View File

@ -10,3 +10,6 @@ build_script:
- mkdir build && cd build
- cmake .. -G"%CMAKE_GENERATOR%"
- cmake --build . --config %CONFIGURATION%
on_finish:
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))