source: circle.yml @ f49cf4c

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5
Last change on this file since f49cf4c was 6bfe534, checked in by Paul Brossier <piem@piem.org>, 7 years ago

circle.yml: add basic config

  • Property mode set to 100644
File size: 257 bytes
Line 
1dependencies:
2  pre:
3    - sudo apt-get update; sudo apt-get install make sox pkg-config libavcodec-dev libavformat-dev libavresample-dev libavutil-dev libsndfile1-dev libsamplerate-dev
4
5test:
6  pre:
7    - make create_test_sounds
8  override:
9    - nose2 -v
Note: See TracBrowser for help on using the repository browser.