mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-28 19:06:18 +03:00
Update to latest terrfy; enable build latest tag
Update to latest terryfy, that has different wording for the 'latest-tag'. Re-enable build of latest tag by default.
This commit is contained in:
parent
783aeeaa08
commit
f74ff54537
|
@ -2,7 +2,7 @@ language:
|
||||||
- objective-c
|
- objective-c
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# global: LATEST_TAG=1
|
global: PILLOW_COMMIT=latest-tag
|
||||||
matrix:
|
matrix:
|
||||||
- VERSION=2.7.9
|
- VERSION=2.7.9
|
||||||
- VERSION=3.2.5
|
- VERSION=3.2.5
|
||||||
|
@ -13,7 +13,9 @@ install:
|
||||||
- source run_install.sh
|
- source run_install.sh
|
||||||
- get_python_environment macpython $VERSION venv
|
- get_python_environment macpython $VERSION venv
|
||||||
- pip install delocate
|
- pip install delocate
|
||||||
- if [ -n "$LATEST_TAG" ]; then checkout_closest_tag Pillow; fi
|
- if [ -n "$PILLOW_COMMIT" ]; then
|
||||||
|
checkout_commit Pillow $PILLOW_COMMIT;
|
||||||
|
fi
|
||||||
- cd Pillow
|
- cd Pillow
|
||||||
- python setup.py bdist_wheel
|
- python setup.py bdist_wheel
|
||||||
- delocate-wheel dist/*.whl
|
- delocate-wheel dist/*.whl
|
||||||
|
|
2
terryfy
2
terryfy
|
@ -1 +1 @@
|
||||||
Subproject commit f951bba717cb68ccd89a2f8eb762e8ae58948212
|
Subproject commit 53c812ccbd33b02e59935a9c689f4ab773957589
|
Loading…
Reference in New Issue
Block a user