Describe interactive debugging for appveyor

This commit is contained in:
Peter Colberg 2015-10-30 00:52:41 -04:00
parent 1e411777c5
commit e6696cad53

View File

@ -34,3 +34,9 @@ build_script:
cmake .. -DCMAKE_VERBOSE_MAKEFILE=ON -DBUILD_SHARED_LIBS=ON -G'MSYS Makefiles';
make
"
on_finish:
# Uncomment the following line for interactive debugging, which
# will print login data for a temporary remote session after the
# build. This requires an RDP version 6 client, e.g., FreeRDP.
#- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))