summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorYaroslav Halchenko <debian@onerussian.com>2017-11-28 10:49:37 -0500
committerYaroslav Halchenko <debian@onerussian.com>2017-11-28 10:49:37 -0500
commitdcfe2423fb93587685eb5f6af5e962bff7402dc5 (patch)
treeb6c44fc67652ffb64141c772792b48c9c225b3ac /.appveyor.yml
parentd7231486c883003c43aa20a0b80e5c2de1152d17 (diff)
downloadgitpython-dcfe2423fb93587685eb5f6af5e962bff7402dc5.tar.gz
ENH: also report where on sh, and echo msg when entering on_finish
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 79df6423..8100951c 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -46,7 +46,7 @@ install:
echo %PATH%
uname -a
git --version
- where git git-daemon python pip pip3 pip34
+ where git git-daemon python pip pip3 pip34 sh
python --version
python -c "import struct; print(struct.calcsize('P') * 8)"
@@ -96,4 +96,6 @@ on_success:
# `remmina` program in Ubuntu, use the login information that the line below
# prints into the log.
on_finish:
+ - |
+ echo "Running on_finish to establish connection back to the instance"
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))