source: .travis.yml @ 3708c15

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

.travis.yml: add build/clean_python

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