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
RevLine 
[bf45eb5]1language: c
2
[082a1cf]3sudo: false
4
[82cdc97]5os:
6  - linux
7  - osx
8
[bf45eb5]9compiler:
10  - gcc
11  - clang
12
[6bebb7e]13env:
14  - ARCH=i386
15  - ARCH=x86_64
16
[082a1cf]17addons:
18  apt:
19    packages:
20    - bzip2
21    - libsndfile1-dev
22    - libsamplerate-dev
23    - libjack-dev
24    - libasound2-dev
25    - libfftw3-dev
[deedc49]26    - python-dev
27    - python-numpy
[e89310a0]28    - python3-setuptools
29    - python3-dev
30    - python3-numpy
[bf45eb5]31
32script:
[6121dd4]33  - make build
[3708c15]34  - make build_python
35  - make clean_python
[e89310a0]36  - make build_python3
37  - make clean_python3
[6121dd4]38  - make clean
[38a462c]39  - make distcheck
Note: See TracBrowser for help on using the repository browser.