Changeset 9c730b5
- Timestamp:
- Jul 2, 2020, 3:15:21 PM (4 years ago)
- Branches:
- feature/cnn, feature/crepe, fix/ffmpeg5, master
- Children:
- a59ecb7, d1decd5, fc9c60e
- Parents:
- 9aac2b5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
r9aac2b5 r9c730b5 11 11 os: linux 12 12 env: WAFOPTS="--build-type=debug" 13 - name: "Linux (Python 2.7, fftw3)"13 - name: "Linux (Python 2.7, nodeps)" 14 14 python: 2.7 15 15 os: linux 16 16 distro: trusty 17 env: WAFOPTS="-- enable-fftw3"17 env: WAFOPTS="--nodeps" 18 18 - name: "Linux (Python pypy3.5)" 19 19 language: python 20 20 python: "pypy3.5" 21 21 os: linux 22 - name: "Linux ( nodeps)"22 - name: "Linux (double, fftw3)" 23 23 python: 3.8 24 24 os: linux 25 env: HAVE_AUBIO_DOUBLE=1 CFLAGS="-O3" WAFOPTS="-- nodeps"25 env: HAVE_AUBIO_DOUBLE=1 CFLAGS="-O3" WAFOPTS="--enable-fftw3" 26 26 - name: "Linux (default, dpkg-buildflags)" 27 27 os: linux
Note: See TracChangeset
for help on using the changeset viewer.