Changeset 1a3d3b7


Ignore:
Timestamp:
Dec 6, 2018, 3:34:12 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn, feature/crepe, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master
Children:
34d4232
Parents:
687835d
Message:

[ci] disable rubberband and libsamplerate on ios/iosimulator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r687835d r1a3d3b7  
    3838      os: osx
    3939      compiler: clang
    40       env: WAFOPTS="--with-target-platform=ios --disable-avcodec --disable-sndfile" AUBIO_NOTESTS=1
     40      env: WAFOPTS="--with-target-platform=ios --disable-avcodec --disable-sndfile --disable-samplerate --disable-rubberband" AUBIO_NOTESTS=1
    4141    - language: C
    4242      os: osx
    4343      compiler: clang
    44       env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec --disable-sndfile" AUBIO_NOTESTS=1
     44      env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec --disable-sndfile --disable-samplerate --disable-rubberband" AUBIO_NOTESTS=1
    4545
    4646# use trusty
Note: See TracChangeset for help on using the changeset viewer.