mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 01:34:24 +03:00
Only clone the most recent commit to reduce download size
This commit is contained in:
parent
f60e7851df
commit
8f94bba44e
10
appveyor.yml
10
appveyor.yml
|
@ -3,7 +3,7 @@ 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'))
|
#- 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.
|
# Uncomment previous line to get RDP access during the build.
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
X64_EXT: -x64
|
X64_EXT: -x64
|
||||||
|
@ -16,7 +16,7 @@ environment:
|
||||||
- PYTHON: C:/Python33-x64
|
- PYTHON: C:/Python33-x64
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- git clone https://github.com/python-pillow/pillow-depends.git c:\pillow-depends
|
- git clone --depth 1 https://github.com/python-pillow/pillow-depends.git c:\pillow-depends
|
||||||
- xcopy c:\pillow-depends\*.zip c:\pillow\winbuild\
|
- xcopy c:\pillow-depends\*.zip c:\pillow\winbuild\
|
||||||
- xcopy c:\pillow-depends\*.tar.gz c:\pillow\winbuild\
|
- xcopy c:\pillow-depends\*.tar.gz c:\pillow\winbuild\
|
||||||
- xcopy /s c:\pillow-depends\test_images\* c:\pillow\tests\images
|
- xcopy /s c:\pillow-depends\test_images\* c:\pillow\tests\images
|
||||||
|
@ -53,15 +53,15 @@ after_test:
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: S3
|
provider: S3
|
||||||
access_key_id: AKIAIRAXC62ZNTVQJMOQ
|
access_key_id: AKIAIRAXC62ZNTVQJMOQ
|
||||||
secret_access_key:
|
secret_access_key:
|
||||||
secure: Hwb6klTqtBeMgxAjRoDltiiqpuH8xbwD4UooDzBSiCWXjuFj1lyl4kHgHwTCCGqi
|
secure: Hwb6klTqtBeMgxAjRoDltiiqpuH8xbwD4UooDzBSiCWXjuFj1lyl4kHgHwTCCGqi
|
||||||
bucket: pillow-nightly
|
bucket: pillow-nightly
|
||||||
folder: win/$(APPVEYOR_BUILD_NUMBER)/
|
folder: win/$(APPVEYOR_BUILD_NUMBER)/
|
||||||
artifact: /.*egg|wheel/
|
artifact: /.*egg|wheel/
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
|
||||||
# Uncomment the following line to get RDP access after the build/test and block for
|
# Uncomment the following line to get RDP access after the build/test and block for
|
||||||
# up to the timeout limit (~1hr)
|
# up to the timeout limit (~1hr)
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue
Block a user