source: .travis.yml @ 082a1cf

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

.travis.yml: migrate from legacy to container-based

  • Property mode set to 100644
File size: 368 bytes
RevLine 
[bf45eb5]1language: c
2
[082a1cf]3sudo: false
4
[bf45eb5]5compiler:
6  - gcc
7  - clang
8
[6bebb7e]9env:
10  - ARCH=i386
11  - ARCH=x86_64
12
[082a1cf]13addons:
14  apt:
15    packages:
16    - bzip2
17    - libsndfile1-dev
18    - libsamplerate-dev
19    - libjack-dev
20    - libasound2-dev
21    - libfftw3-dev
22    - python-dev python-numpy
[bf45eb5]23
24script:
[6121dd4]25  - make build
[3708c15]26  - make build_python
27  - make clean_python
[6121dd4]28  - make clean
[38a462c]29  - make distcheck
Note: See TracBrowser for help on using the repository browser.