Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r9c730b5 r7c9285f  
    1111      os: linux
    1212      env: WAFOPTS="--build-type=debug"
    13     - name: "Linux (Python 2.7, nodeps)"
     13    - name: "Linux (Python 2.7)"
    1414      python: 2.7
    1515      os: linux
    1616      distro: trusty
    17       env: WAFOPTS="--nodeps"
    1817    - name: "Linux (Python pypy3.5)"
    1918      language: python
    2019      python: "pypy3.5"
    2120      os: linux
    22     - name: "Linux (double, fftw3)"
     21    - name: "Linux (fftw3, no other deps)"
    2322      python: 3.8
    2423      os: linux
    25       env: HAVE_AUBIO_DOUBLE=1 CFLAGS="-O3" WAFOPTS="--enable-fftw3"
     24      env: HAVE_AUBIO_DOUBLE=1 CFLAGS="-O3" WAFOPTS="--enable-fftw3 --disable-avcodec --disable-sndfile --disable-samplerate --disable-rubberband"
    2625    - name: "Linux (default, dpkg-buildflags)"
    2726      os: linux
     
    4241      os: osx
    4342      osx_image: xcode10
    44       env: CFLAGS="-Os" HAVE_AUBIO_DOUBLE=1 WAFOPTS="--disable-accelerate --nodeps"
     43      env: CFLAGS="-Os" HAVE_AUBIO_DOUBLE=1 WAFOPTS="--disable-accelerate --disable-avcodec --disable-sndfile --disable-samplerate --disable-rubberband"
    4544    - name: "iOS"
    4645      language: shell
    4746      os: osx
    48       env: WAFOPTS="--with-target-platform=ios --nodeps" AUBIO_NOTESTS=1
     47      env: WAFOPTS="--with-target-platform=ios --disable-avcodec --disable-sndfile --disable-samplerate --disable-rubberband" AUBIO_NOTESTS=1
    4948    - name: "iOSSimulator"
    5049      language: shell
    5150      os: osx
    52       env: WAFOPTS="--with-target-platform=iosimulator --nodeps" AUBIO_NOTESTS=1
     51      env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec --disable-sndfile --disable-samplerate --disable-rubberband" AUBIO_NOTESTS=1
    5352
    5453#    - name: "Windows (Python 3.8.0, lib only)"
     
    7473    - libasound2-dev
    7574    - libfftw3-dev
     75    - librubberband-dev
    7676    - sox
    7777    - lcov
     
    8181    - ffmpeg
    8282    - libsndfile
     83    - libsamplerate
     84    - rubberband
    8385    - lcov
    8486    update: true
Note: See TracChangeset for help on using the changeset viewer.