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

Commit 3360afb

Browse files
authored
Merge pull request #12 from odidev/odidev_arm
Added arm64 jobs for Travis-CI
2 parents 8f9f9c2 + ae404ee commit 3360afb

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.travis.yml

+18
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,24 @@ jobs:
4949
- MB_PYTHON_VERSION=3.9
5050
- NP_BUILD_DEP=1.16
5151
- NP_TEST_DEP=1.16
52+
- os: linux
53+
arch: arm64
54+
env:
55+
- MB_PYTHON_VERSION=3.7
56+
- NP_BUILD_DEP=1.19
57+
- NP_TEST_DEP=1.19
58+
- PLAT=aarch64
59+
- MB_ML_VER=2014
60+
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
61+
- os: linux
62+
arch: arm64
63+
env:
64+
- MB_PYTHON_VERSION=3.8
65+
- NP_BUILD_DEP=1.19
66+
- NP_TEST_DEP=1.19
67+
- PLAT=aarch64
68+
- MB_ML_VER=2014
69+
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
5270
- os: osx
5371
language: generic
5472
env:

config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function run_tests {
5656

5757
if [ -z "$IS_OSX" ]; then
5858
# Need fc-list for tests
59-
sudo apt-get install fontconfig
59+
apt-get install fontconfig
6060
fi
6161

6262
echo "sanity checks"

0 commit comments

Comments
 (0)