mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-15 13:07:55 +08:00
21 lines
507 B
YAML
21 lines
507 B
YAML
matrix:
|
|
include:
|
|
- language: c
|
|
compiler: gcc
|
|
script: make
|
|
- language: c
|
|
compiler: clang
|
|
script: make
|
|
- language: python
|
|
python: "2.7"
|
|
before_install: pip install cython
|
|
script: python setup.py build_ext
|
|
- language: python
|
|
python: "3.5"
|
|
before_install: pip install cython
|
|
script: python setup.py build_ext
|
|
- language: python
|
|
python: "3.6"
|
|
before_install: pip install cython
|
|
script: python setup.py build_ext
|