Changeset 9c730b5


Ignore:
Timestamp:
Jul 2, 2020, 3:15:21 PM (4 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn, feature/crepe, fix/ffmpeg5, master
Children:
a59ecb7, d1decd5, fc9c60e
Parents:
9aac2b5
Message:

[ci] split --nodeps and --enable-double in travis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r9aac2b5 r9c730b5  
    1111      os: linux
    1212      env: WAFOPTS="--build-type=debug"
    13     - name: "Linux (Python 2.7, fftw3)"
     13    - name: "Linux (Python 2.7, nodeps)"
    1414      python: 2.7
    1515      os: linux
    1616      distro: trusty
    17       env: WAFOPTS="--enable-fftw3"
     17      env: WAFOPTS="--nodeps"
    1818    - name: "Linux (Python pypy3.5)"
    1919      language: python
    2020      python: "pypy3.5"
    2121      os: linux
    22     - name: "Linux (nodeps)"
     22    - name: "Linux (double, fftw3)"
    2323      python: 3.8
    2424      os: linux
    25       env: HAVE_AUBIO_DOUBLE=1 CFLAGS="-O3" WAFOPTS="--nodeps"
     25      env: HAVE_AUBIO_DOUBLE=1 CFLAGS="-O3" WAFOPTS="--enable-fftw3"
    2626    - name: "Linux (default, dpkg-buildflags)"
    2727      os: linux
Note: See TracChangeset for help on using the changeset viewer.