Skip to content

Commit

Permalink
travis: added arm64 test.
Browse files Browse the repository at this point in the history
  • Loading branch information
junaruga authored and lh3 committed Apr 13, 2020
1 parent 5077536 commit d97bba9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ matrix:
- language: c
compiler: clang
script: make
- arch: arm64
language: c
compiler: gcc
script: make arm_neon=1 aarch64=1
- language: python
python: "2.7"
before_install: pip install cython
Expand Down

0 comments on commit d97bba9

Please sign in to comment.