Changeset ed77585
- Timestamp:
- Jul 1, 2020, 11:24:38 PM (4 years ago)
- Branches:
- feature/cnn, feature/crepe, fix/ffmpeg5, master
- Children:
- 5e47483
- Parents:
- b579158
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
rb579158 red77585 3 3 matrix: 4 4 include: 5 - python: 3.6 5 - name: "Linux Python 3.8" 6 python: 3.8 6 7 os: linux 7 compiler: gcc8 - python: 3.58 - name: "Linux Python 3.6" 9 python: 3.6 9 10 os: linux 10 compiler: gcc11 11 env: WAFOPTS="--build-type=debug" 12 - python: 2.7 12 - name: "Linux Python 2.7" 13 python: 2.7 13 14 os: linux 14 compiler: gcc15 -python: "pypy3"15 - name: "Linux Python pypy3" 16 python: "pypy3" 16 17 os: linux 17 compiler: gcc 18 env: CFLAGS="-Os" WAFOPTS="--disable-avcodec" 19 - python: 3.6 18 - name: "Linux (fftw3, no other deps)" 19 python: 3.8 20 20 os: linux 21 compiler: gcc 22 env: CFLAGS="-Os" WAFOPTS="--disable-samplerate" 23 - python: 3.5 21 env: HAVE_AUBIO_DOUBLE=1 CFLAGS="-O3" WAFOPTS="--enable-fftw3 --disable-avcodec --disable-samplerate" 22 - python: "Linux (default debflags)" 24 23 os: linux 25 compiler: gcc26 env: HAVE_AUBIO_DOUBLE=1 CFLAGS="-O3" WAFOPTS="--enable-fftw3"27 - python: 2.728 os: linux29 compiler: gcc30 24 env: CFLAGS="`dpkg-buildflags --get CFLAGS`" LDFLAGS="`dpkg-buildflags --get LDFLAGS`" 31 - language: C 25 26 - name: "macOS (xcode11)" 27 language: shell 32 28 os: osx 33 compiler: clang 34 - language: C 29 osx_image: xcode11 30 - name: "macOS (xcode12)" 31 language: shell 35 32 os: osx 36 compiler: clang37 env: CFLAGS="-Os" HAVE_AUBIO_DOUBLE=1 WAFOPTS="--disable-accelerate"38 - language: C33 osx_image: xcode11 34 - name: "macOS (xcode10, noopt, nodeps)" 35 env: CFLAGS="-Os" HAVE_AUBIO_DOUBLE=1 WAFOPTS="--disable-accelerate --disable-avcodec --disable-sndfile --disable-samplerate" 39 36 os: osx 40 compiler: clang41 env: WAFOPTS="--enable-fat --disable-avcodec --disable-sndfile --disable-samplerate"42 - language: C37 osx_image: xcode11 38 - name: "iOS" 39 language: shell 43 40 os: osx 44 compiler: clang45 41 env: WAFOPTS="--with-target-platform=ios --disable-avcodec --disable-sndfile --disable-samplerate" AUBIO_NOTESTS=1 46 - language: C 42 - name: "iOSSimulator" 43 language: shell 47 44 os: osx 48 compiler: clang49 45 env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec --disable-sndfile --disable-samplerate" AUBIO_NOTESTS=1 46 47 - name: "Python 3.8.0 on windows" 48 language: shell 49 os: windows 50 50 51 51 # use trusty … … 77 77 78 78 install: 79 - travis_retrypip install --upgrade pip79 - python -m pip install --upgrade pip 80 80 - travis_retry make getwaf expandwaf deps_python 81 81 - which pip
Note: See TracChangeset
for help on using the changeset viewer.