Skip to content

Navigation Menu

Sign in
Appearance settings

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 ae404ee

Browse filesBrowse files
committed
Added arm64 jobs for Travis-CI
Signed-off-by: odidev <odidev@puresoftware.com>
1 parent 8f9f9c2 commit ae404ee
Copy full SHA for ae404ee

File tree

Expand file treeCollapse file tree

2 files changed

+19
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+19
-1
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+18Lines changed: 18 additions & 0 deletions
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

Copy file name to clipboardExpand all lines: config.sh
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.