From: Paul Brossier Date: Thu, 6 Dec 2018 14:34:12 +0000 (+0100) Subject: [ci] disable rubberband and libsamplerate on ios/iosimulator X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=1a3d3b7dc3f3568b2fd5a57928dc8761654f19b2;p=aubio.git [ci] disable rubberband and libsamplerate on ios/iosimulator --- diff --git a/.travis.yml b/.travis.yml index 7fb573d4..ed6ec3cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,11 +37,11 @@ matrix: - language: C os: osx compiler: clang - env: WAFOPTS="--with-target-platform=ios --disable-avcodec --disable-sndfile" AUBIO_NOTESTS=1 + env: WAFOPTS="--with-target-platform=ios --disable-avcodec --disable-sndfile --disable-samplerate --disable-rubberband" AUBIO_NOTESTS=1 - language: C os: osx compiler: clang - env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec --disable-sndfile" AUBIO_NOTESTS=1 + env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec --disable-sndfile --disable-samplerate --disable-rubberband" AUBIO_NOTESTS=1 # use trusty dist: trusty