We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42e89cc commit d723148Copy full SHA for d723148
.appveyor.yml
@@ -91,3 +91,9 @@ test_script:
91
92
on_success:
93
- 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