8000 Merge pull request #12 from odidev/odidev_arm · MacPython/matplotlib-wheels@3ad55d3 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Commit 3ad55d3

Browse files
committed
Merge pull request #12 from odidev/odidev_arm
Added arm64 jobs for Travis-CI
1 parent 47e4290 commit 3ad55d3

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

.travis.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,35 @@ jobs:
4444
env:
4545
- MB_PYTHON_VERSION=3.6
4646
- PLAT=i686
47+
48+
- os: linux
49+
arch: arm64
50+
env:
51+
- MB_PYTHON_VERSION=3.6
52+
- NP_BUILD_DEP=1.19
53+
- NP_TEST_DEP=1.19
54+
- PLAT=aarch64
55+
- MB_ML_VER=2014
56+
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
57+
- os: linux
58+
arch: arm64
59+
env:
60+
- MB_PYTHON_VERSION=3.7
61+
- NP_BUILD_DEP=1.19
62+
- NP_TEST_DEP=1.19
63+
- PLAT=aarch64
64+
- MB_ML_VER=2014
65+
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
66+
- os: linux
67+
arch: arm64
68+
env:
69+
- MB_PYTHON_VERSION=3.8
70+
- NP_BUILD_DEP=1.19
71+
- NP_TEST_DEP=1.19
72+
- PLAT=aarch64
73+
- MB_ML_VER=2014
74+
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
75+
4776
- os: osx
4877
language: generic
4978
env:

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function run_tests {
6060

6161
if [ -z "$IS_OSX" ]; then
6262
# Need fc-list for tests
63-
sudo apt-get install fontconfig
63+
apt-get install fontconfig
6464
fi
6565

6666
echo "sanity checks"

0 commit comments

Comments
 (0)
0