8000 travis: Add test for arm64 (#399) · tsahee/msgpack-python@030bb2f · GitHub
[go: up one dir, main page]

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

Commit 030bb2f

Browse files
ossdev07methane
authored andcommitted
travis: Add test for arm64 (msgpack#399)
Signed-off-by: ossdev07 <ossdev@puresoftware.com>
1 parent ebfe55e commit 030bb2f

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

.travis.yml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ version: ~> 1.0
22
dist: xenial
33
language: python
44
cache: pip
5-
5+
arch:
6+
- amd64
7+
- arm64
68
python:
79
# Available Python (PyPy) can be listed by:
810
#
@@ -38,6 +40,21 @@ matrix:
3840
script:
3941
- docker run --rm -v `pwd`:/io -w /io $DOCKER_IMAGE /io/docker/runtests.sh
4042

43+
- arch: arm64
44+
name: arm64 32bit build
45+
language: python
46+
services:
47+
- docker
48+
env:
49+
- DOCKER_IMAGE=quay.io/pypa/manylinux2014_aarch64
50+
install:
51+
- pip install -U pip
52+
- pip install -r requirements.txt
53+
- make cython
54+
- docker pull $DOCKER_IMAGE
55+
script:
56+
- docker run --rm -v `pwd`:/io -w /io $DOCKER_IMAGE /io/docker/runtests.sh
57+
4158
- name: "Python 2 (fallback)"
4259
python: "2.7"
4360
<<: *pure

0 commit comments

Comments
 (0)
0