Changeset 875d9d1
- Timestamp:
- Dec 11, 2016, 5:57:12 PM (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:
- 5a19f33
- Parents:
- 3762cdb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
r3762cdb r875d9d1 32 32 osx_image: xcode8 33 33 compiler: clang 34 env: CFLAGS="-O 0" WAFOPTS="--disable-avcodec--disable-accelerate"34 env: CFLAGS="-Os" HAVE_AUBIO_DOUBLE=1 WAFOPTS="--disable-accelerate" 35 35 - language: C 36 36 os: osx 37 37 osx_image: xcode8 38 38 compiler: clang 39 env: WAFOPTS="--enable-fat --disable-avcodec " HAVE_AUBIO_DOUBLE=139 env: WAFOPTS="--enable-fat --disable-avcodec --disable-sndfile" 40 40 - language: C 41 41 os: osx 42 42 osx_image: xcode8 43 43 compiler: clang 44 env: WAFOPTS="--with-target-platform=ios --disable-avcodec " AUBIO_NOTESTS=144 env: WAFOPTS="--with-target-platform=ios --disable-avcodec --disable-sndfile" AUBIO_NOTESTS=1 45 45 - language: C 46 46 os: osx 47 47 osx_image: xcode8 48 48 compiler: clang 49 env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec" AUBIO_NOTESTS=1 49 env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec --disable-sndfile" AUBIO_NOTESTS=1 50 - language: C 51 os: osx 52 osx_image: xcode8.2 53 compiler: clang 54 env: WAFOPTS="--enable-fat --disable-avcodec --disable-sndfile" 55 - language: C 56 os: osx 57 osx_image: xcode8.2 58 compiler: clang 59 env: WAFOPTS="--with-target-platform=ios --disable-avcodec --disable-sndfile" AUBIO_NOTESTS=1 60 - language: C 61 os: osx 62 osx_image: xcode8.2 63 compiler: clang 64 env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec --disable-sndfile" AUBIO_NOTESTS=1 50 65 51 66 # use trusty … … 74 89 brew install sox 75 90 brew install ffmpeg 91 brew install libsndfile 76 92 export PATH="$HOME/Library/Python/2.7/bin/:$PATH" 77 93 fi;
Note: See TracChangeset
for help on using the changeset viewer.