Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    rd4a1d0f r89bc6f4  
    1212      os: linux
    1313      compiler: gcc
     14    - language: C
     15      os: osx
     16      osx_image: xcode8
     17      compiler: clang
    1418    - python: 3.5
    1519      os: linux
     
    2630    - language: C
    2731      os: osx
    28       compiler: clang
    29     - language: C
    30       os: osx
     32      osx_image: xcode8
    3133      compiler: clang
    3234      env: CFLAGS="-Os" HAVE_AUBIO_DOUBLE=1 WAFOPTS="--disable-accelerate"
    3335    - language: C
    3436      os: osx
     37      osx_image: xcode8
    3538      compiler: clang
    3639      env: WAFOPTS="--enable-fat --disable-avcodec --disable-sndfile"
    3740    - language: C
    3841      os: osx
     42      osx_image: xcode8
    3943      compiler: clang
    4044      env: WAFOPTS="--with-target-platform=ios --disable-avcodec --disable-sndfile" AUBIO_NOTESTS=1
    4145    - language: C
    4246      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
    4363      compiler: clang
    4464      env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec --disable-sndfile" AUBIO_NOTESTS=1
     
    7696
    7797install:
    78   - |
    79     if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
    80       alias pip=pip2
    81     fi;
    8298  - travis_retry pip install --upgrade pip
    8399  - travis_retry make getwaf expandwaf deps_python
Note: See TracChangeset for help on using the changeset viewer.