update multibuild, add more wheels

This commit is contained in:
mattip 2020-05-30 23:52:28 +03:00 committed by Andrew Murray
parent 3f94666e0e
commit c7991158b6

View File

@ -189,6 +189,28 @@ jobs:
- MB_ML_VER=2010
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
- 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:
- source multibuild/common_utils.sh
@ -212,4 +234,4 @@ after_success:
${TRAVIS_BUILD_DIR}/wheelhouse/
--no-update-index
wheels;
fi
fi