Changes in .travis.yml [7c9285f:9c730b5]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
r7c9285f r9c730b5 11 11 os: linux 12 12 env: WAFOPTS="--build-type=debug" 13 - name: "Linux (Python 2.7 )"13 - name: "Linux (Python 2.7, nodeps)" 14 14 python: 2.7 15 15 os: linux 16 16 distro: trusty 17 env: WAFOPTS="--nodeps" 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 other deps)"22 - name: "Linux (double, fftw3)" 22 23 python: 3.8 23 24 os: linux 24 env: HAVE_AUBIO_DOUBLE=1 CFLAGS="-O3" WAFOPTS="--enable-fftw3 --disable-avcodec --disable-sndfile --disable-samplerate --disable-rubberband"25 env: HAVE_AUBIO_DOUBLE=1 CFLAGS="-O3" WAFOPTS="--enable-fftw3" 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 --disable-rubberband"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 --disable-rubberband" 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 --disable-rubberband" 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)" … … 73 74 - libasound2-dev 74 75 - libfftw3-dev 75 - librubberband-dev76 76 - sox 77 77 - lcov … … 81 81 - ffmpeg 82 82 - libsndfile 83 - libsamplerate84 - rubberband85 83 - lcov 86 84 update: true
Note: See TracChangeset
for help on using the changeset viewer.