mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-15 18:52:19 +03:00
update multibuild, add more wheels
This commit is contained in:
parent
3f94666e0e
commit
c7991158b6
24
.travis.yml
24
.travis.yml
|
@ -189,6 +189,28 @@ jobs:
|
||||||
- MB_ML_VER=2010
|
- MB_ML_VER=2010
|
||||||
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
||||||
- LATEST="true"
|
- LATEST="true"
|
||||||
|
- os: linux
|
||||||
|
arch: arm64
|
||||||
|
env:
|
||||||
|
- PLAT=aarch64
|
||||||
|
- MB_ML_VER=2014
|
||||||
|
- MB_PYTHON_VERSION=3.6
|
||||||
|
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
||||||
|
- os: linux
|
||||||
|
arch: arm64
|
||||||
|
env:
|
||||||
|
- PLAT=aarch64
|
||||||
|
- MB_ML_VER=2014
|
||||||
|
- MB_PYTHON_VERSION=3.8
|
||||||
|
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
||||||
|
- os: linux
|
||||||
|
arch: arm64
|
||||||
|
env:
|
||||||
|
- PLAT=aarch64
|
||||||
|
- MB_ML_VER=2014
|
||||||
|
- MB_PYTHON_VERSION=3.7
|
||||||
|
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
||||||
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- source multibuild/common_utils.sh
|
- source multibuild/common_utils.sh
|
||||||
|
@ -212,4 +234,4 @@ after_success:
|
||||||
${TRAVIS_BUILD_DIR}/wheelhouse/
|
${TRAVIS_BUILD_DIR}/wheelhouse/
|
||||||
--no-update-index
|
--no-update-index
|
||||||
wheels;
|
wheels;
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user