Changeset c356ee9


Ignore:
Timestamp:
Jul 2, 2020, 2:58:53 PM (4 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn, feature/crepe, fix/ffmpeg5, master
Children:
9aac2b5
Parents:
1d60d90
Message:

[ci] use --nodeps in travis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r1d60d90 rc356ee9  
    1111      os: linux
    1212      env: WAFOPTS="--build-type=debug"
    13     - name: "Linux (Python 2.7)"
     13    - name: "Linux (Python 2.7, fftw3)"
    1414      python: 2.7
    1515      os: linux
    1616      distro: trusty
     17      env: WAFOPTS="--enable-fftw3"
    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 (nodeps)"
    2223      python: 3.8
    2324      os: linux
    24       env: HAVE_AUBIO_DOUBLE=1 CFLAGS="-O3" WAFOPTS="--enable-fftw3 --disable-avcodec --disable-samplerate"
     25      env: HAVE_AUBIO_DOUBLE=1 CFLAGS="-O3" WAFOPTS="--nodeps"
    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"
     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" 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" AUBIO_NOTESTS=1
     52      env: WAFOPTS="--with-target-platform=iosimulator --nodeps" AUBIO_NOTESTS=1
    5253
    5354#    - name: "Windows (Python 3.8.0, lib only)"
Note: See TracChangeset for help on using the changeset viewer.