Changeset d4a1d0f


Ignore:
Timestamp:
Feb 6, 2018, 11:46:53 PM (6 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
Children:
5690daf, 967e404
Parents:
a10cd45
Message:

.travis.yml: remove xcode8.2 builds, group osx, add alias pip=pip2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    ra10cd45 rd4a1d0f  
    1212      os: linux
    1313      compiler: gcc
    14     - language: C
    15       os: osx
    16       osx_image: xcode8
    17       compiler: clang
    1814    - python: 3.5
    1915      os: linux
     
    3026    - language: C
    3127      os: osx
    32       osx_image: xcode8
     28      compiler: clang
     29    - language: C
     30      os: osx
    3331      compiler: clang
    3432      env: CFLAGS="-Os" HAVE_AUBIO_DOUBLE=1 WAFOPTS="--disable-accelerate"
    3533    - language: C
    3634      os: osx
    37       osx_image: xcode8
    3835      compiler: clang
    3936      env: WAFOPTS="--enable-fat --disable-avcodec --disable-sndfile"
    4037    - language: C
    4138      os: osx
    42       osx_image: xcode8
    4339      compiler: clang
    4440      env: WAFOPTS="--with-target-platform=ios --disable-avcodec --disable-sndfile" AUBIO_NOTESTS=1
    4541    - language: C
    4642      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
    6343      compiler: clang
    6444      env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec --disable-sndfile" AUBIO_NOTESTS=1
     
    9676
    9777install:
     78  - |
     79    if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
     80      alias pip=pip2
     81    fi;
    9882  - travis_retry pip install --upgrade pip
    9983  - travis_retry make getwaf expandwaf deps_python
Note: See TracChangeset for help on using the changeset viewer.