source: .travis.yml @ bf45eb5

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

.travis.yml: added first draft

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