Rebase and merge with .egg builder

This commit is contained in:
anatoly techtonik 2016-04-20 00:55:29 +03:00
parent 19a5d2084c
commit 1fe4901925

View File

@ -18,15 +18,13 @@ install:
- cd c:\pillow\winbuild\ - cd c:\pillow\winbuild\
- c:\python34\python.exe c:\pillow\winbuild\build_dep.py - c:\python34\python.exe c:\pillow\winbuild\build_dep.py
- c:\pillow\winbuild\build_deps.cmd - c:\pillow\winbuild\build_deps.cmd
build_script:
- '%PYTHON%\Scripts\pip.exe install wheel' - '%PYTHON%\Scripts\pip.exe install wheel'
build_script:
- '%PYTHON%\python.exe c:\pillow\winbuild\build.py --dist' - '%PYTHON%\python.exe c:\pillow\winbuild\build.py --dist'
- '%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 - dir dist\*.egg
- '%PYTHON%\python.exe selftest.py --installed' - '%PYTHON%\python.exe selftest.py --installed'
on_success:
- ps: Get-ChildItem .\dist\*.* | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
test_script: test_script:
- cd c:\pillow - cd c:\pillow
- '%PYTHON%\Scripts\pip.exe install nose' - '%PYTHON%\Scripts\pip.exe install nose'
@ -37,7 +35,7 @@ artifacts:
- path: pillow\dist\*.egg - path: pillow\dist\*.egg
name: build name: build
after_test: after_test:
- ps: Get-ChildItem .\dist\*.egg | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } - ps: Get-ChildItem .\dist\*.* | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
deploy: deploy:
provider: S3 provider: S3
access_key_id: AKIAIRAXC62ZNTVQJMOQ access_key_id: AKIAIRAXC62ZNTVQJMOQ
@ -46,4 +44,3 @@ deploy:
bucket: pillow-nightly bucket: pillow-nightly
folder: win/$(APPVEYOR_BUILD_NUMBER)/ folder: win/$(APPVEYOR_BUILD_NUMBER)/
artifact: /.*egg/ artifact: /.*egg/