Changeset 9d8cdb55


Ignore:
Timestamp:
Dec 11, 2016, 5:16:11 PM (7 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, sampler, yinfft+
Children:
3762cdb
Parents:
51d0a3c
Message:

.travis.yml: move xcode8 to osx only, add iosimulator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r51d0a3c r9d8cdb55  
    1414    - language: C
    1515      os: osx
     16      osx_image: xcode8
    1617      compiler: clang
    1718    - python: 3.5
     
    2930    - language: C
    3031      os: osx
     32      osx_image: xcode8
    3133      compiler: clang
    3234      env: CFLAGS="-O0" WAFOPTS="--disable-avcodec --disable-accelerate"
    3335    - language: C
    3436      os: osx
     37      osx_image: xcode8
    3538      compiler: clang
    3639      env: WAFOPTS="--enable-fat --disable-avcodec" HAVE_AUBIO_DOUBLE=1
    3740    - language: C
    3841      os: osx
     42      osx_image: xcode8
    3943      compiler: clang
    4044      env: WAFOPTS="--with-target-platform=ios --disable-avcodec" AUBIO_NOTESTS=1
     45    - language: C
     46      os: osx
     47      osx_image: xcode8
     48      compiler: clang
     49      env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec" AUBIO_NOTESTS=1
    4150
    4251# use trusty
    4352dist: trusty
    4453sudo: required
    45 
    46 # use xcode8
    47 osx_image: xcode8
    4854
    4955addons:
Note: See TracChangeset for help on using the changeset viewer.