Changes in .travis.yml [d4a1d0f:89bc6f4]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
rd4a1d0f r89bc6f4 12 12 os: linux 13 13 compiler: gcc 14 - language: C 15 os: osx 16 osx_image: xcode8 17 compiler: clang 14 18 - python: 3.5 15 19 os: linux … … 26 30 - language: C 27 31 os: osx 28 compiler: clang 29 - language: C 30 os: osx 32 osx_image: xcode8 31 33 compiler: clang 32 34 env: CFLAGS="-Os" HAVE_AUBIO_DOUBLE=1 WAFOPTS="--disable-accelerate" 33 35 - language: C 34 36 os: osx 37 osx_image: xcode8 35 38 compiler: clang 36 39 env: WAFOPTS="--enable-fat --disable-avcodec --disable-sndfile" 37 40 - language: C 38 41 os: osx 42 osx_image: xcode8 39 43 compiler: clang 40 44 env: WAFOPTS="--with-target-platform=ios --disable-avcodec --disable-sndfile" AUBIO_NOTESTS=1 41 45 - language: C 42 46 os: osx 47 osx_image: xcode8 48 compiler: clang 49 env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec --disable-sndfile" AUBIO_NOTESTS=1 50 - language: C 51 os: osx 52 osx_image: xcode8.2 53 compiler: clang 54 env: WAFOPTS="--enable-fat --disable-avcodec --disable-sndfile" 55 - language: C 56 os: osx 57 osx_image: xcode8.2 58 compiler: clang 59 env: WAFOPTS="--with-target-platform=ios --disable-avcodec --disable-sndfile" AUBIO_NOTESTS=1 60 - language: C 61 os: osx 62 osx_image: xcode8.2 43 63 compiler: clang 44 64 env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec --disable-sndfile" AUBIO_NOTESTS=1 … … 76 96 77 97 install: 78 - |79 if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then80 alias pip=pip281 fi;82 98 - travis_retry pip install --upgrade pip 83 99 - travis_retry make getwaf expandwaf deps_python
Note: See TracChangeset
for help on using the changeset viewer.