Skip to content

Commit d723148

Browse files
committed
ENH: add appveyor recipe to establish rdesktop login into the test box
1 parent 42e89cc commit d723148

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.appveyor.yml

+6
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,9 @@ test_script:
9191

9292
on_success:
9393
- IF "%PYTHON_VERSION%" == "3.5" IF NOT "%IS_CYGWIN%" == "yes" (codecov)
94+
95+
# Enable this to be able to login to the build worker. You can use the
96+
# `remmina` program in Ubuntu, use the login information that the line below
97+
# prints into the log.
98+
on_finish:
99+
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

0 commit comments

Comments
 (0)