Commented RDP for appveyor, Deploy to S3 only for master.

This commit is contained in:
wiredfool 2016-05-12 04:32:20 -07:00
parent 00158fc7a0
commit 19f7049950

View File

@ -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'))