mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 09:50:01 +00:00
travis: Add test for arm64 (#399)
Signed-off-by: ossdev07 <ossdev@puresoftware.com>
This commit is contained in:
parent
ebfe55e637
commit
030bb2f1f7
1 changed files with 18 additions and 1 deletions
19
.travis.yml
19
.travis.yml
|
|
@ -2,7 +2,9 @@ version: ~> 1.0
|
|||
dist: xenial
|
||||
language: python
|
||||
cache: pip
|
||||
|
||||
arch:
|
||||
- amd64
|
||||
- arm64
|
||||
python:
|
||||
# Available Python (PyPy) can be listed by:
|
||||
#
|
||||
|
|
@ -38,6 +40,21 @@ matrix:
|
|||
script:
|
||||
- docker run --rm -v `pwd`:/io -w /io $DOCKER_IMAGE /io/docker/runtests.sh
|
||||
|
||||
- arch: arm64
|
||||
name: arm64 32bit build
|
||||
language: python
|
||||
services:
|
||||
- docker
|
||||
env:
|
||||
- DOCKER_IMAGE=quay.io/pypa/manylinux2014_aarch64
|
||||
install:
|
||||
- pip install -U pip
|
||||
- pip install -r requirements.txt
|
||||
- make cython
|
||||
- docker pull $DOCKER_IMAGE
|
||||
script:
|
||||
- docker run --rm -v `pwd`:/io -w /io $DOCKER_IMAGE /io/docker/runtests.sh
|
||||
|
||||
- name: "Python 2 (fallback)"
|
||||
python: "2.7"
|
||||
<<: *pure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue