mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 10:46:16 +03:00
Added LATEST versions of aarch64 jobs
This commit is contained in:
parent
639793e150
commit
b41d1f3925
48
.travis.yml
48
.travis.yml
|
@ -98,6 +98,29 @@ jobs:
|
|||
- MB_ML_VER=2010
|
||||
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
||||
|
||||
- name: "3.6 Xenial aarch64"
|
||||
arch: arm64
|
||||
env:
|
||||
- PLAT=aarch64
|
||||
- MB_ML_VER=2014
|
||||
- MB_PYTHON_VERSION=3.6
|
||||
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
||||
- name: "3.7 Xenial aarch64"
|
||||
arch: arm64
|
||||
env:
|
||||
- PLAT=aarch64
|
||||
- MB_ML_VER=2014
|
||||
- MB_PYTHON_VERSION=3.7
|
||||
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
||||
- name: "3.8 Xenial aarch64"
|
||||
os: linux
|
||||
arch: arm64
|
||||
env:
|
||||
- PLAT=aarch64
|
||||
- MB_ML_VER=2014
|
||||
- MB_PYTHON_VERSION=3.8
|
||||
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
||||
|
||||
- name: "3.5 macOS latest"
|
||||
os: osx
|
||||
osx_image: xcode9.3
|
||||
|
@ -189,27 +212,34 @@ jobs:
|
|||
- MB_ML_VER=2010
|
||||
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
||||
- LATEST="true"
|
||||
- os: linux
|
||||
|
||||
- name: "3.6 Xenial aarch64 latest"
|
||||
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
|
||||
- LATEST="true"
|
||||
- name: "3.7 Xenial aarch64 latest"
|
||||
os: linux
|
||||
arch: arm64
|
||||
env:
|
||||
- PLAT=aarch64
|
||||
- MB_ML_VER=2014
|
||||
- MB_PYTHON_VERSION=3.7
|
||||
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
||||
- LATEST="true"
|
||||
- name: "3.8 Xenial aarch64 latest"
|
||||
os: linux
|
||||
arch: arm64
|
||||
env:
|
||||
- PLAT=aarch64
|
||||
- MB_ML_VER=2014
|
||||
- MB_PYTHON_VERSION=3.8
|
||||
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
||||
- LATEST="true"
|
||||
|
||||
|
||||
before_install:
|
||||
|
|
Loading…
Reference in New Issue
Block a user