2017-09-17 12:46:39 +08:00
|
|
|
matrix:
|
|
|
|
|
include:
|
|
|
|
|
- language: c
|
|
|
|
|
compiler: gcc
|
|
|
|
|
script: make
|
|
|
|
|
- language: c
|
|
|
|
|
compiler: clang
|
|
|
|
|
script: make
|
2020-04-13 17:35:20 +08:00
|
|
|
- arch: arm64
|
|
|
|
|
language: c
|
|
|
|
|
compiler: gcc
|
|
|
|
|
script: make arm_neon=1 aarch64=1
|
2017-09-17 12:46:39 +08:00
|
|
|
- language: python
|
|
|
|
|
python: "2.7"
|
|
|
|
|
before_install: pip install cython
|
|
|
|
|
script: python setup.py build_ext
|
2017-09-17 12:49:16 +08:00
|
|
|
- language: python
|
|
|
|
|
python: "3.5"
|
|
|
|
|
before_install: pip install cython
|
|
|
|
|
script: python setup.py build_ext
|
2017-09-17 12:55:31 +08:00
|
|
|
- language: python
|
2021-03-23 21:12:49 +08:00
|
|
|
python: "3.9"
|
2017-09-17 12:55:31 +08:00
|
|
|
before_install: pip install cython
|
|
|
|
|
script: python setup.py build_ext
|