Changeset 38b7a69
- Timestamp:
- Dec 11, 2016, 1:46:55 AM (8 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler, yinfft+
- Children:
- 5b52a54
- Parents:
- f61ffb9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
rf61ffb9 r38b7a69 12 12 os: linux 13 13 compiler: gcc 14 env: WAFOPTS=--enable-fftw315 14 - language: C 16 15 os: osx … … 19 18 os: linux 20 19 compiler: gcc 21 env: HAVE_AUBIO_DOUBLE=122 - python: 2.720 env: CFLAGS="-Os" WAFOPTS="--disable-samplerate --disable-sndfile" 21 - python: 3.4 23 22 os: linux 24 23 compiler: gcc 25 env: HAVE_AUBIO_DOUBLE=1 WAFOPTS=--enable-fftw324 env: HAVE_AUBIO_DOUBLE=1 CFLAGS="-O3" WAFOPTS="--enable-fftw3" 26 25 - python: 2.7 27 26 os: linux … … 39 38 os: osx 40 39 compiler: clang 41 env: WAFOPTS="-- enable-fat --disable-avcodec --with-target-platform=ios"40 env: WAFOPTS="--with-target-platform=ios --disable-avcodec" AUBIO_NOTESTS=1 42 41 43 42 addons: … … 69 68 script: 70 69 - make create_test_sounds 71 - make test_lib_python_clean 72 - make test_python_only_clean 70 - if [[ -z "$AUBIO_NOTESTS" ]]; then 71 make test_lib_python_clean 72 make test_python_only_clean 73 else 74 make test_lib_only_clean 75 fi; 73 76 74 77 notifications:
Note: See TracChangeset
for help on using the changeset viewer.