mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18:56:17 +03:00
Commented RDP for appveyor, Deploy to S3 only for master.
This commit is contained in:
parent
00158fc7a0
commit
19f7049950
12
appveyor.yml
12
appveyor.yml
|
@ -2,6 +2,9 @@ version: 3.3.pre.{build}
|
||||||
clone_folder: c:\pillow
|
clone_folder: c:\pillow
|
||||||
init:
|
init:
|
||||||
- ECHO %PYTHON%
|
- 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:
|
environment:
|
||||||
X64_EXT: -x64
|
X64_EXT: -x64
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -42,4 +45,11 @@ deploy:
|
||||||
bucket: pillow-nightly
|
bucket: pillow-nightly
|
||||||
folder: win/$(APPVEYOR_BUILD_NUMBER)/
|
folder: win/$(APPVEYOR_BUILD_NUMBER)/
|
||||||
artifact: /.*egg/
|
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'))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user