Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Commit a77f049

Browse files
authored
ARM64: Add ARM64 jobs in Travis-CI (#142)
Signed-off-by: odidev <[email protected]>
1 parent 43599d6 commit a77f049

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

.travis.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ install:
99
- pip3 install pytest
1010
- pip3 install .
1111

12+
arch:
13+
- amd64
14+
- arm64
15+
1216
python:
1317
- 3.5
1418
- 3.6
@@ -41,8 +45,17 @@ jobs:
4145
script:
4246
- docker run --rm -v `pwd`:/io $DOCKER_IMAGE $PRE_CMD /io/.travis/build-linux-wheels.sh
4347
- ls wheelhouse/
44-
45-
48+
- name: "manylinux aarch64"
49+
arch: arm64
50+
services:
51+
- docker
52+
env: DOCKER_IMAGE=quay.io/pypa/manylinux2014_aarch64
53+
DEPLOY=1
54+
install:
55+
- docker pull $DOCKER_IMAGE
56+
script:
57+
- docker run --rm -v `pwd`:/io $DOCKER_IMAGE $PRE_CMD /io/.travis/build-linux-wheels.sh
58+
- ls wheelhouse/
4659

4760
# Upload build artifacts to Google Cloud Storage for tagged releases.
4861
# For GCS deployment documentation, see: https://docs.travis-ci.com/user/deployment/gcs/

0 commit comments

Comments
 (0)