source: .travis.yml @ c6b544b

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

.travis.yml: do not install libav for now

  • Property mode set to 100644
File size: 287 bytes
RevLine 
[bf45eb5]1language: c
2
3compiler:
4  - gcc
5  - clang
6
7before_install:
8  - sudo apt-get update
9  - sudo apt-get install libsndfile1-dev libsamplerate-dev
10  - sudo apt-get install libjack-dev libasound2-dev
11  - sudo apt-get install libfftw3-dev
12
13script:
14  - ./waf distclean configure build --alltests
Note: See TracBrowser for help on using the repository browser.