mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-28 10:14:30 +03:00
Merge pull request #1818 from wiredfool/appveyor_s3_build_logs
Appveyor builds -> s3
This commit is contained in:
commit
344727a410
15
appveyor.yml
15
appveyor.yml
|
@ -21,6 +21,7 @@ install:
|
||||||
build_script:
|
build_script:
|
||||||
- '%PYTHON%\python.exe c:\pillow\winbuild\build.py'
|
- '%PYTHON%\python.exe c:\pillow\winbuild\build.py'
|
||||||
- cd c:\pillow
|
- cd c:\pillow
|
||||||
|
- dir dist\*.egg
|
||||||
- '%PYTHON%\python.exe selftest.py --installed'
|
- '%PYTHON%\python.exe selftest.py --installed'
|
||||||
test_script:
|
test_script:
|
||||||
- cd c:\pillow
|
- cd c:\pillow
|
||||||
|
@ -28,3 +29,17 @@ test_script:
|
||||||
- '%PYTHON%\python.exe test-installed.py'
|
- '%PYTHON%\python.exe test-installed.py'
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
artifacts:
|
||||||
|
- path: pillow\dist\*.egg
|
||||||
|
name: build
|
||||||
|
after_test:
|
||||||
|
- ps: Get-ChildItem .\dist\*.egg | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
|
||||||
|
deploy:
|
||||||
|
provider: S3
|
||||||
|
access_key_id: AKIAIRAXC62ZNTVQJMOQ
|
||||||
|
secret_access_key:
|
||||||
|
secure: Hwb6klTqtBeMgxAjRoDltiiqpuH8xbwD4UooDzBSiCWXjuFj1lyl4kHgHwTCCGqi
|
||||||
|
bucket: pillow-nightly
|
||||||
|
folder: win/$(APPVEYOR_BUILD_NUMBER)/
|
||||||
|
artifact: /.*egg/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user