Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r7c9285f r9c730b5  
    1111      os: linux
    1212      env: WAFOPTS="--build-type=debug"
    13     - name: "Linux (Python 2.7)"
     13    - name: "Linux (Python 2.7, nodeps)"
    1414      python: 2.7
    1515      os: linux
    1616      distro: trusty
     17      env: WAFOPTS="--nodeps"
    1718    - name: "Linux (Python pypy3.5)"
    1819      language: python
    1920      python: "pypy3.5"
    2021      os: linux
    21     - name: "Linux (fftw3, no other deps)"
     22    - name: "Linux (double, fftw3)"
    2223      python: 3.8
    2324      os: linux
    24       env: HAVE_AUBIO_DOUBLE=1 CFLAGS="-O3" WAFOPTS="--enable-fftw3 --disable-avcodec --disable-sndfile --disable-samplerate --disable-rubberband"
     25      env: HAVE_AUBIO_DOUBLE=1 CFLAGS="-O3" WAFOPTS="--enable-fftw3"
    2526    - name: "Linux (default, dpkg-buildflags)"
    2627      os: linux
     
    4142      os: osx
    4243      osx_image: xcode10
    43       env: CFLAGS="-Os" HAVE_AUBIO_DOUBLE=1 WAFOPTS="--disable-accelerate --disable-avcodec --disable-sndfile --disable-samplerate --disable-rubberband"
     44      env: CFLAGS="-Os" HAVE_AUBIO_DOUBLE=1 WAFOPTS="--disable-accelerate --nodeps"
    4445    - name: "iOS"
    4546      language: shell
    4647      os: osx
    47       env: WAFOPTS="--with-target-platform=ios --disable-avcodec --disable-sndfile --disable-samplerate --disable-rubberband" AUBIO_NOTESTS=1
     48      env: WAFOPTS="--with-target-platform=ios --nodeps" AUBIO_NOTESTS=1
    4849    - name: "iOSSimulator"
    4950      language: shell
    5051      os: osx
    51       env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec --disable-sndfile --disable-samplerate --disable-rubberband" AUBIO_NOTESTS=1
     52      env: WAFOPTS="--with-target-platform=iosimulator --nodeps" AUBIO_NOTESTS=1
    5253
    5354#    - name: "Windows (Python 3.8.0, lib only)"
     
    7374    - libasound2-dev
    7475    - libfftw3-dev
    75     - librubberband-dev
    7676    - sox
    7777    - lcov
     
    8181    - ffmpeg
    8282    - libsndfile
    83     - libsamplerate
    84     - rubberband
    8583    - lcov
    8684    update: true
Note: See TracChangeset for help on using the changeset viewer.