Changeset c356ee9
- Timestamp:
- Jul 2, 2020, 2:58:53 PM (4 years ago)
- Branches:
- feature/cnn, feature/crepe, fix/ffmpeg5, master
- Children:
- 9aac2b5
- Parents:
- 1d60d90
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
r1d60d90 rc356ee9 11 11 os: linux 12 12 env: WAFOPTS="--build-type=debug" 13 - name: "Linux (Python 2.7 )"13 - name: "Linux (Python 2.7, fftw3)" 14 14 python: 2.7 15 15 os: linux 16 16 distro: trusty 17 env: WAFOPTS="--enable-fftw3" 17 18 - name: "Linux (Python pypy3.5)" 18 19 language: python 19 20 python: "pypy3.5" 20 21 os: linux 21 - name: "Linux ( fftw3, no otherdeps)"22 - name: "Linux (nodeps)" 22 23 python: 3.8 23 24 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" 25 26 - name: "Linux (default, dpkg-buildflags)" 26 27 os: linux … … 41 42 os: osx 42 43 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" 44 45 - name: "iOS" 45 46 language: shell 46 47 os: osx 47 env: WAFOPTS="--with-target-platform=ios -- disable-avcodec --disable-sndfile --disable-samplerate" AUBIO_NOTESTS=148 env: WAFOPTS="--with-target-platform=ios --nodeps" AUBIO_NOTESTS=1 48 49 - name: "iOSSimulator" 49 50 language: shell 50 51 os: osx 51 env: WAFOPTS="--with-target-platform=iosimulator -- disable-avcodec --disable-sndfile --disable-samplerate" AUBIO_NOTESTS=152 env: WAFOPTS="--with-target-platform=iosimulator --nodeps" AUBIO_NOTESTS=1 52 53 53 54 # - name: "Windows (Python 3.8.0, lib only)"
Note: See TracChangeset
for help on using the changeset viewer.