Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Added arm64 jobs for Travis-CI #12

Merged
merged 1 commit into from
Jul 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,24 @@ jobs:
- MB_PYTHON_VERSION=3.9
- NP_BUILD_DEP=1.16
- NP_TEST_DEP=1.16
- os: linux
arch: arm64
env:
- MB_PYTHON_VERSION=3.7
- NP_BUILD_DEP=1.19
- NP_TEST_DEP=1.19
- PLAT=aarch64
- MB_ML_VER=2014
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
- os: linux
arch: arm64
env:
- MB_PYTHON_VERSION=3.8
- NP_BUILD_DEP=1.19
- NP_TEST_DEP=1.19
- PLAT=aarch64
- MB_ML_VER=2014
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
- os: osx
language: generic
env:
Expand Down
2 changes: 1 addition & 1 deletion config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function run_tests {

if [ -z "$IS_OSX" ]; then
# Need fc-list for tests
sudo apt-get install fontconfig
apt-get install fontconfig
fi

echo "sanity checks"
Expand Down