Changeset 875d9d1 for .travis.yml


Ignore:
Timestamp:
Dec 11, 2016, 5:57:12 PM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

.travis.yml: add xcode8.2, mimick build_apple_frameworks options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r3762cdb r875d9d1  
    3232      osx_image: xcode8
    3333      compiler: clang
    34       env: CFLAGS="-O0" WAFOPTS="--disable-avcodec --disable-accelerate"
     34      env: CFLAGS="-Os" HAVE_AUBIO_DOUBLE=1 WAFOPTS="--disable-accelerate"
    3535    - language: C
    3636      os: osx
    3737      osx_image: xcode8
    3838      compiler: clang
    39       env: WAFOPTS="--enable-fat --disable-avcodec" HAVE_AUBIO_DOUBLE=1
     39      env: WAFOPTS="--enable-fat --disable-avcodec --disable-sndfile"
    4040    - language: C
    4141      os: osx
    4242      osx_image: xcode8
    4343      compiler: clang
    44       env: WAFOPTS="--with-target-platform=ios --disable-avcodec" AUBIO_NOTESTS=1
     44      env: WAFOPTS="--with-target-platform=ios --disable-avcodec --disable-sndfile" AUBIO_NOTESTS=1
    4545    - language: C
    4646      os: osx
    4747      osx_image: xcode8
    4848      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
    5065
    5166# use trusty
     
    7489       brew install sox
    7590       brew install ffmpeg
     91       brew install libsndfile
    7692       export PATH="$HOME/Library/Python/2.7/bin/:$PATH"
    7793     fi;
Note: See TracChangeset for help on using the changeset viewer.