diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2017-12-11 11:47:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-11 11:47:40 +0100 |
| commit | a14277eecf65ac216dd1b756acee8c23ecdf95d9 (patch) | |
| tree | 174b504a43cf8b9e88165c1effd3ca9b28945d32 /.appveyor.yml | |
| parent | 0a96030d82fa379d24b952a58eed395143950c7b (diff) | |
| parent | f48d08760552448a196fa400725cde7198e9c9b9 (diff) | |
| download | GitPython-a14277eecf65ac216dd1b756acee8c23ecdf95d9.tar.gz GitPython-a14277eecf65ac216dd1b756acee8c23ecdf95d9.zip | |
Merge pull request #702 from yarikoptic/bf-happy-travis
BF (codename "happy travis"): trying to address lints etc to make Travis green again
Diffstat (limited to '.appveyor.yml')
| -rw-r--r-- | .appveyor.yml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 69b7fe56..5a96f878 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)" @@ -91,3 +91,11 @@ 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: +# - | +# 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')) |
