source: .travis.yml @ 82cdc97

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since 82cdc97 was 82cdc97, checked in by Paul Brossier <piem@piem.org>, 8 years ago

.travis.yml: added osx along linux

  • Property mode set to 100644
File size: 506 bytes
Line 
1language: c
2
3sudo: false
4
5os:
6  - linux
7  - osx
8
9compiler:
10  - gcc
11  - clang
12
13env:
14  - ARCH=i386
15  - ARCH=x86_64
16
17addons:
18  apt:
19    packages:
20    - bzip2
21    - libsndfile1-dev
22    - libsamplerate-dev
23    - libjack-dev
24    - libasound2-dev
25    - libfftw3-dev
26    - python-dev
27    - python-numpy
28    - python3-setuptools
29    - python3-dev
30    - python3-numpy
31
32script:
33  - make build
34  - make build_python
35  - make clean_python
36  - make build_python3
37  - make clean_python3
38  - make clean
39  - make distcheck
Note: See TracBrowser for help on using the repository browser.