Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ENH: also report where on sh, and echo msg when entering on_finish
  • Loading branch information
yarikoptic committed Nov 28, 2017
commit dcfe2423fb93587685eb5f6af5e962bff7402dc5
4 changes: 3 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

Expand Down Expand Up @@ -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'))