Changeset 0ae2eb8


Ignore:
Timestamp:
Sep 17, 2016, 3:35:55 AM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn, feature/crepe, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch
Children:
2d128da
Parents:
29e8f52
Message:

.travis.yml: add libsamplerate and libsndfile to brew, disable them to build fat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r29e8f52 r0ae2eb8  
    5454      os: osx
    5555      compiler: clang
    56       env: ARCH=x86_64 WAFOPTS=--enable-fat
     56      env: ARCH=x86_64 WAFOPTS="--enable-fat --disable-sndfile --disable-samplerate --disable-rubberband"
    5757    - language: C
    5858      os: osx
    5959      compiler: clang
    60       env: ARCH=i386 WAFOPTS=--enable-fat
     60      env: ARCH=i386 WAFOPTS="--enable-fat --disable-sndfile --disable-samplerate --disable-rubberband"
    6161
    6262addons:
     
    7676     if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
    7777       brew update
    78        brew install sox rubberband
     78       brew install sox libsamplerate libsndfile rubberband
    7979       export PATH="$HOME/Library/Python/2.7/bin/:$PATH"
    8080     fi;
Note: See TracChangeset for help on using the changeset viewer.