mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-29 01:13:34 +03:00
Only build latest when tag is blank
This commit is contained in:
parent
fc2896f3e2
commit
acf191200f
14
.travis.yml
14
.travis.yml
|
@ -106,17 +106,20 @@ jobs:
|
||||||
os: osx
|
os: osx
|
||||||
osx_image: xcode9.3
|
osx_image: xcode9.3
|
||||||
language: generic
|
language: generic
|
||||||
|
if: tag IS blank
|
||||||
env:
|
env:
|
||||||
- MB_PYTHON_VERSION=3.6
|
- MB_PYTHON_VERSION=3.6
|
||||||
- LATEST="true"
|
- LATEST="true"
|
||||||
|
|
||||||
- name: "3.6 Xenial latest"
|
- name: "3.6 Xenial latest"
|
||||||
os: linux
|
os: linux
|
||||||
|
if: tag IS blank
|
||||||
env:
|
env:
|
||||||
- MB_PYTHON_VERSION=3.6
|
- MB_PYTHON_VERSION=3.6
|
||||||
- LATEST="true"
|
- LATEST="true"
|
||||||
- name: "3.6 Xenial 32-bit latest"
|
- name: "3.6 Xenial 32-bit latest"
|
||||||
os: linux
|
os: linux
|
||||||
|
if: tag IS blank
|
||||||
env:
|
env:
|
||||||
- MB_PYTHON_VERSION=3.6
|
- MB_PYTHON_VERSION=3.6
|
||||||
- PLAT=i686
|
- PLAT=i686
|
||||||
|
@ -126,6 +129,7 @@ jobs:
|
||||||
os: osx
|
os: osx
|
||||||
osx_image: xcode9.3
|
osx_image: xcode9.3
|
||||||
language: generic
|
language: generic
|
||||||
|
if: tag IS blank
|
||||||
env:
|
env:
|
||||||
- MB_PYTHON_VERSION=3.7
|
- MB_PYTHON_VERSION=3.7
|
||||||
- LATEST="true"
|
- LATEST="true"
|
||||||
|
@ -133,28 +137,33 @@ jobs:
|
||||||
os: osx
|
os: osx
|
||||||
osx_image: xcode9.3
|
osx_image: xcode9.3
|
||||||
language: generic
|
language: generic
|
||||||
|
if: tag IS blank
|
||||||
env:
|
env:
|
||||||
- MB_PYTHON_VERSION=3.8
|
- MB_PYTHON_VERSION=3.8
|
||||||
- LATEST="true"
|
- LATEST="true"
|
||||||
|
|
||||||
- name: "3.7 Xenial latest"
|
- name: "3.7 Xenial latest"
|
||||||
os: linux
|
os: linux
|
||||||
|
if: tag IS blank
|
||||||
env:
|
env:
|
||||||
- MB_PYTHON_VERSION=3.7
|
- MB_PYTHON_VERSION=3.7
|
||||||
- LATEST="true"
|
- LATEST="true"
|
||||||
- name: "3.7 Xenial 32-bit latest"
|
- name: "3.7 Xenial 32-bit latest"
|
||||||
os: linux
|
os: linux
|
||||||
|
if: tag IS blank
|
||||||
env:
|
env:
|
||||||
- MB_PYTHON_VERSION=3.7
|
- MB_PYTHON_VERSION=3.7
|
||||||
- PLAT=i686
|
- PLAT=i686
|
||||||
- LATEST="true"
|
- LATEST="true"
|
||||||
- name: "3.8 Xenial latest"
|
- name: "3.8 Xenial latest"
|
||||||
os: linux
|
os: linux
|
||||||
|
if: tag IS blank
|
||||||
env:
|
env:
|
||||||
- MB_PYTHON_VERSION=3.8
|
- MB_PYTHON_VERSION=3.8
|
||||||
- LATEST="true"
|
- LATEST="true"
|
||||||
- name: "3.8 Xenial 32-bit latest"
|
- name: "3.8 Xenial 32-bit latest"
|
||||||
os: linux
|
os: linux
|
||||||
|
if: tag IS blank
|
||||||
env:
|
env:
|
||||||
- MB_PYTHON_VERSION=3.8
|
- MB_PYTHON_VERSION=3.8
|
||||||
- PLAT=i686
|
- PLAT=i686
|
||||||
|
@ -164,12 +173,14 @@ jobs:
|
||||||
os: osx
|
os: osx
|
||||||
osx_image: xcode9.3
|
osx_image: xcode9.3
|
||||||
language: generic
|
language: generic
|
||||||
|
if: tag IS blank
|
||||||
env:
|
env:
|
||||||
- MB_PYTHON_VERSION=pypy3.6-7.3
|
- MB_PYTHON_VERSION=pypy3.6-7.3
|
||||||
- MB_PYTHON_OSX_VER=10.9
|
- MB_PYTHON_OSX_VER=10.9
|
||||||
- LATEST="true"
|
- LATEST="true"
|
||||||
- name: "3.6 Xenial 64-bit PyPy latest"
|
- name: "3.6 Xenial 64-bit PyPy latest"
|
||||||
os: linux
|
os: linux
|
||||||
|
if: tag IS blank
|
||||||
env:
|
env:
|
||||||
- MB_PYTHON_VERSION=pypy3.6-7.3
|
- MB_PYTHON_VERSION=pypy3.6-7.3
|
||||||
- MB_ML_VER=2010
|
- MB_ML_VER=2010
|
||||||
|
@ -179,6 +190,7 @@ jobs:
|
||||||
- name: "3.6 Xenial aarch64 latest"
|
- name: "3.6 Xenial aarch64 latest"
|
||||||
os: linux
|
os: linux
|
||||||
arch: arm64
|
arch: arm64
|
||||||
|
if: tag IS blank
|
||||||
env:
|
env:
|
||||||
- PLAT=aarch64
|
- PLAT=aarch64
|
||||||
- MB_ML_VER=2014
|
- MB_ML_VER=2014
|
||||||
|
@ -188,6 +200,7 @@ jobs:
|
||||||
- name: "3.7 Xenial aarch64 latest"
|
- name: "3.7 Xenial aarch64 latest"
|
||||||
os: linux
|
os: linux
|
||||||
arch: arm64
|
arch: arm64
|
||||||
|
if: tag IS blank
|
||||||
env:
|
env:
|
||||||
- PLAT=aarch64
|
- PLAT=aarch64
|
||||||
- MB_ML_VER=2014
|
- MB_ML_VER=2014
|
||||||
|
@ -197,6 +210,7 @@ jobs:
|
||||||
- name: "3.8 Xenial aarch64 latest"
|
- name: "3.8 Xenial aarch64 latest"
|
||||||
os: linux
|
os: linux
|
||||||
arch: arm64
|
arch: arm64
|
||||||
|
if: tag IS blank
|
||||||
env:
|
env:
|
||||||
- PLAT=aarch64
|
- PLAT=aarch64
|
||||||
- MB_ML_VER=2014
|
- MB_ML_VER=2014
|
||||||
|
|
Loading…
Reference in New Issue
Block a user