feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since 0969113 was
deedc49,
checked in by Paul Brossier <piem@piem.org>, 9 years ago
|
.travis.yml: add python-numpy
|
-
Property mode set to
100644
|
File size:
374 bytes
|
Line | |
---|
1 | language: c |
---|
2 | |
---|
3 | sudo: false |
---|
4 | |
---|
5 | compiler: |
---|
6 | - gcc |
---|
7 | - clang |
---|
8 | |
---|
9 | env: |
---|
10 | - ARCH=i386 |
---|
11 | - ARCH=x86_64 |
---|
12 | |
---|
13 | addons: |
---|
14 | apt: |
---|
15 | packages: |
---|
16 | - bzip2 |
---|
17 | - libsndfile1-dev |
---|
18 | - libsamplerate-dev |
---|
19 | - libjack-dev |
---|
20 | - libasound2-dev |
---|
21 | - libfftw3-dev |
---|
22 | - python-dev |
---|
23 | - python-numpy |
---|
24 | |
---|
25 | script: |
---|
26 | - make build |
---|
27 | - make build_python |
---|
28 | - make clean_python |
---|
29 | - make clean |
---|
30 | - make distcheck |
---|
Note: See
TracBrowser
for help on using the repository browser.