mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-14 01:04:45 +03:00
appveyor.yml Build dist
This commit is contained in:
parent
90955e4953
commit
1f3fc0b8ae
|
@ -19,6 +19,8 @@ install:
|
|||
- c:\python34\python.exe c:\pillow\winbuild\build_dep.py
|
||||
- c:\pillow\winbuild\build_deps.cmd
|
||||
build_script:
|
||||
- '%PYTHON%\Scripts\pip.exe install wheel'
|
||||
- '%PYTHON%\python.exe c:\pillow\winbuild\build.py --dist'
|
||||
- '%PYTHON%\python.exe c:\pillow\winbuild\build.py'
|
||||
- cd c:\pillow
|
||||
- dir dist\*.egg
|
||||
|
|
Loading…
Reference in New Issue
Block a user