Skip to content

Commit

Permalink
Merge pull request #30 from odidev/odidev_guppy3
Browse files Browse the repository at this point in the history
Add linux aarch64 wheel build support
  • Loading branch information
zhuyifei1999 authored Jun 29, 2021
2 parents a1bd557 + c719c3a commit 2a56af1
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,46 @@ jobs:
python: 3.6
env:
- ACTION=test
- name: Python 3.6 on Linux aarch64
arch: arm64-graviton2
virt: vm
group: edge
python: 3.6
env:
- ACTION=test
- name: Python 3.7 on Linux
python: 3.7
env:
- ACTION=test
- name: Python 3.7 on Linux aarch64
arch: arm64-graviton2
virt: vm
group: edge
python: 3.7
env:
- ACTION=test
- name: Python 3.8 on Linux
python: 3.8
env:
- ACTION=test
- name: Python 3.8 on Linux aarch64
arch: arm64-graviton2
virt: vm
group: edge
python: 3.8
env:
- ACTION=test
- name: Python 3.9 on Linux
python: 3.9-dev
env:
- ACTION=test
- name: Python 3.9 on Linux aarch64
arch: arm64-graviton2
virt: vm
group: edge
python: 3.9-dev
env:
- ACTION=test
- name: Python 3 on macOS
os: osx
osx_image: xcode11
Expand Down Expand Up @@ -78,6 +106,14 @@ jobs:
services: docker
env:
- ACTION=cibuildwheel
- stage: deploy
name: Build and deploy aarch64 Linux wheels
arch: arm64-graviton2
virt: vm
group: edge
services: docker
env:
- ACTION=cibuildwheel
- stage: deploy
name: Build and deploy macOS wheels
os: osx
Expand Down

0 comments on commit 2a56af1

Please sign in to comment.