[ci] disable rubberband and libsamplerate on ios/iosimulator
authorPaul Brossier <piem@piem.org>
Thu, 6 Dec 2018 14:34:12 +0000 (15:34 +0100)
committerPaul Brossier <piem@piem.org>
Thu, 6 Dec 2018 14:34:12 +0000 (15:34 +0100)
.travis.yml

index 7fb573d..ed6ec3c 100644 (file)
@@ -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