[ci] use --nodeps in travis
authorPaul Brossier <piem@piem.org>
Thu, 2 Jul 2020 12:58:53 +0000 (14:58 +0200)
committerPaul Brossier <piem@piem.org>
Thu, 2 Jul 2020 12:58:53 +0000 (14:58 +0200)
.travis.yml

index 6eab63b..b59a808 100644 (file)
@@ -10,18 +10,19 @@ matrix:
       python: 3.6
       os: linux
       env: WAFOPTS="--build-type=debug"
-    - name: "Linux (Python 2.7)"
+    - name: "Linux (Python 2.7, fftw3)"
       python: 2.7
       os: linux
       distro: trusty
+      env: WAFOPTS="--enable-fftw3"
     - name: "Linux (Python pypy3.5)"
       language: python
       python: "pypy3.5"
       os: linux
-    - name: "Linux (fftw3, no other deps)"
+    - name: "Linux (nodeps)"
       python: 3.8
       os: linux
-      env: HAVE_AUBIO_DOUBLE=1 CFLAGS="-O3" WAFOPTS="--enable-fftw3 --disable-avcodec --disable-samplerate"
+      env: HAVE_AUBIO_DOUBLE=1 CFLAGS="-O3" WAFOPTS="--nodeps"
     - name: "Linux (default, dpkg-buildflags)"
       os: linux
       env: CFLAGS="`dpkg-buildflags --get CFLAGS`" LDFLAGS="`dpkg-buildflags --get LDFLAGS`"
@@ -40,15 +41,15 @@ matrix:
       language: shell
       os: osx
       osx_image: xcode10
-      env: CFLAGS="-Os" HAVE_AUBIO_DOUBLE=1 WAFOPTS="--disable-accelerate --disable-avcodec --disable-sndfile --disable-samplerate"
+      env: CFLAGS="-Os" HAVE_AUBIO_DOUBLE=1 WAFOPTS="--disable-accelerate --nodeps"
     - name: "iOS"
       language: shell
       os: osx
-      env: WAFOPTS="--with-target-platform=ios --disable-avcodec --disable-sndfile --disable-samplerate" AUBIO_NOTESTS=1
+      env: WAFOPTS="--with-target-platform=ios --nodeps" AUBIO_NOTESTS=1
     - name: "iOSSimulator"
       language: shell
       os: osx
-      env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec --disable-sndfile --disable-samplerate" AUBIO_NOTESTS=1
+      env: WAFOPTS="--with-target-platform=iosimulator --nodeps" AUBIO_NOTESTS=1
 
 #    - name: "Windows (Python 3.8.0, lib only)"
 #      language: shell