Skip to content

Commit

Permalink
travis: added simde=1 and no_simd=1 tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
junaruga committed Apr 22, 2020
1 parent 66db9da commit 7c0f286
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,25 @@ matrix:
language: c
compiler: gcc
script: make arm_neon=1 aarch64=1
- arch: arm64
language: c
compiler: gcc
script: make simde=1
- arch: ppc64le
language: c
compiler: gcc
script: make simde=1
- arch: s390x
language: c
compiler: gcc
script: make simde=1
- language: c
compiler: gcc
script: make no_simd=1
- arch: arm64
language: c
compiler: gcc
script: make no_simd=1
- language: python
python: "2.7"
before_install: pip install cython
Expand Down

0 comments on commit 7c0f286

Please sign in to comment.