Changes in .travis.yml [9c730b5:7c9285f]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
r9c730b5 r7c9285f 11 11 os: linux 12 12 env: WAFOPTS="--build-type=debug" 13 - name: "Linux (Python 2.7 , nodeps)"13 - name: "Linux (Python 2.7)" 14 14 python: 2.7 15 15 os: linux 16 16 distro: trusty 17 env: WAFOPTS="--nodeps"18 17 - name: "Linux (Python pypy3.5)" 19 18 language: python 20 19 python: "pypy3.5" 21 20 os: linux 22 - name: "Linux ( double, fftw3)"21 - name: "Linux (fftw3, no other deps)" 23 22 python: 3.8 24 23 os: linux 25 env: HAVE_AUBIO_DOUBLE=1 CFLAGS="-O3" WAFOPTS="--enable-fftw3 "24 env: HAVE_AUBIO_DOUBLE=1 CFLAGS="-O3" WAFOPTS="--enable-fftw3 --disable-avcodec --disable-sndfile --disable-samplerate --disable-rubberband" 26 25 - name: "Linux (default, dpkg-buildflags)" 27 26 os: linux … … 42 41 os: osx 43 42 osx_image: xcode10 44 env: CFLAGS="-Os" HAVE_AUBIO_DOUBLE=1 WAFOPTS="--disable-accelerate -- nodeps"43 env: CFLAGS="-Os" HAVE_AUBIO_DOUBLE=1 WAFOPTS="--disable-accelerate --disable-avcodec --disable-sndfile --disable-samplerate --disable-rubberband" 45 44 - name: "iOS" 46 45 language: shell 47 46 os: osx 48 env: WAFOPTS="--with-target-platform=ios -- nodeps" AUBIO_NOTESTS=147 env: WAFOPTS="--with-target-platform=ios --disable-avcodec --disable-sndfile --disable-samplerate --disable-rubberband" AUBIO_NOTESTS=1 49 48 - name: "iOSSimulator" 50 49 language: shell 51 50 os: osx 52 env: WAFOPTS="--with-target-platform=iosimulator -- nodeps" AUBIO_NOTESTS=151 env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec --disable-sndfile --disable-samplerate --disable-rubberband" AUBIO_NOTESTS=1 53 52 54 53 # - name: "Windows (Python 3.8.0, lib only)" … … 74 73 - libasound2-dev 75 74 - libfftw3-dev 75 - librubberband-dev 76 76 - sox 77 77 - lcov … … 81 81 - ffmpeg 82 82 - libsndfile 83 - libsamplerate 84 - rubberband 83 85 - lcov 84 86 update: true
Note: See TracChangeset
for help on using the changeset viewer.