summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.appveyor.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 69b7fe56..79df6423 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -91,3 +91,9 @@ test_script:
on_success:
- IF "%PYTHON_VERSION%" == "3.5" IF NOT "%IS_CYGWIN%" == "yes" (codecov)
+
+# Enable this to be able to login to the build worker. You can use the
+# `remmina` program in Ubuntu, use the login information that the line below
+# prints into the log.
+on_finish:
+ - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))