Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add aarch64 wheels
Browse files Browse the repository at this point in the history
mattsplats committed Oct 15, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c36e1d7 commit c065c72
Showing 1 changed file with 36 additions and 9 deletions.
45 changes: 36 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -21,23 +21,16 @@ python: 3.7
sudo: required
dist: xenial
services: docker
virt: vm
group: edge

matrix:
exclude:
# Exclude the default Python 3.7 build
- python: 3.7
include:
- os: linux
env:
- MB_PYTHON_VERSION=3.6
- NP_BUILD_DEP="1.11.3"
- NP_TEST_DEP="1.11.3"
- os: linux
env:
- MB_PYTHON_VERSION=3.6
- PLAT=i686
- NP_BUILD_DEP="1.11.3"
- NP_TEST_DEP="1.11.3"
- os: linux
env:
- MB_PYTHON_VERSION=3.7
@@ -49,13 +42,47 @@ matrix:
- NP_BUILD_DEP="1.14.5"
- NP_TEST_DEP="1.14.5"

- os: linux
env:
- MB_PYTHON_VERSION=3.6
- PLAT=i686
- NP_BUILD_DEP="1.11.3"
- NP_TEST_DEP="1.11.3"
- os: linux
env:
- MB_PYTHON_VERSION=3.7
- PLAT=i686
- NP_BUILD_DEP="1.14.5"
- NP_TEST_DEP="1.14.5"

- os: linux
arch: arm64
env:
- MB_PYTHON_VERSION=3.6
- NP_BUILD_DEP="1.19.2"
- NP_TEST_DEP="1.19.2"
- MB_ML_VER=2014
- PLAT=aarch64
- DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8
- os: linux
arch: arm64
env:
- MB_PYTHON_VERSION=3.7
- NP_BUILD_DEP="1.19.2"
- NP_TEST_DEP="1.19.2"
- MB_ML_VER=2014
- PLAT=aarch64
- DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8
- os: linux
arch: arm64
env:
- MB_PYTHON_VERSION=3.8
- NP_BUILD_DEP="1.19.2"
- NP_TEST_DEP="1.19.2"
- MB_ML_VER=2014
- PLAT=aarch64
- DOCKER_TEST_IMAGE=multibuild/xenial_arm64v8

- os: osx
language: generic
env:

0 comments on commit c065c72

Please sign in to comment.