summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorYaroslav Halchenko <debian@onerussian.com>2017-11-28 10:33:58 -0500
committerYaroslav Halchenko <debian@onerussian.com>2017-11-28 10:33:58 -0500
commitd7231486c883003c43aa20a0b80e5c2de1152d17 (patch)
tree7e5a3ccb9331061136f2785a03c6997fc60eee56 /.appveyor.yml
parent42e89cc7c7091bb1f7a29c1a4d986d70ee5854ca (diff)
downloadgitpython-d7231486c883003c43aa20a0b80e5c2de1152d17.tar.gz
ENH: add appveyor recipe to establish rdesktop login into the test box
Diffstat (limited to '.appveyor.yml')
-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'))