From 19f7049950660b77ff9c6198e27c5779c84de2f1 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Thu, 12 May 2016 04:32:20 -0700 Subject: [PATCH] Commented RDP for appveyor, Deploy to S3 only for master. --- appveyor.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index c0335d406..95916a259 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,6 +2,9 @@ version: 3.3.pre.{build} clone_folder: c:\pillow init: - ECHO %PYTHON% +#- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) +# Uncomment previous line to get RDP access during the build. + environment: X64_EXT: -x64 matrix: @@ -42,4 +45,11 @@ deploy: bucket: pillow-nightly folder: win/$(APPVEYOR_BUILD_NUMBER)/ artifact: /.*egg/ - + on: + branch: master + +# Uncomment the following line to get RDP access after the build/test and block for +# up to the timeout limit (~1hr) +# +#on_finish: +#- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))