Changeset f4a5d37 for .travis.yml


Ignore:
Timestamp:
Dec 10, 2016, 11:13:16 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:
4e56c55
Parents:
c0c3f33
Message:

.travis.yml: remove unused ARCH, add ffmpeg on osx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    rc0c3f33 rf4a5d37  
    66      os: linux
    77      compiler: gcc
    8       env: ARCH=x86_64
     8    - python: 3.4
     9      os: linux
     10      compiler: gcc
     11    - python: 3.4
     12      os: linux
     13      compiler: gcc
     14      env: WAFOPTS=--enable-fftw3f
    915    - python: 2.7
    1016      os: linux
    1117      compiler: gcc
    12       env: ARCH=i386
     18      env: HAVE_AUBIO_DOUBLE=1 WAFOPTS=--enable-fftw3
     19    - python: 2.7
     20      os: linux
     21      compiler: gcc
     22      env: HAVE_AUBIO_DOUBLE=1
    1323    - python: 3.4
    1424      os: linux
    1525      compiler: gcc
    16       env: ARCH=x86_64
     26      env: HAVE_AUBIO_DOUBLE=1
    1727    - python: 3.4
    1828      os: linux
    1929      compiler: gcc
    20       env: ARCH=i386 WAFOPTS=--enable-fftw3f
     30      env: HAVE_AUBIO_DOUBLE=1
    2131    - language: C
    2232      os: osx
    2333      compiler: clang
    24       env: ARCH=x86_64
    2534    - language: C
    2635      os: osx
    2736      compiler: clang
    28       env: ARCH=i386
    29     - python: 2.7
    30       os: linux
    31       compiler: gcc
    32       env: ARCH=x86_64 HAVE_AUBIO_DOUBLE=1 WAFOPTS=--enable-fftw3
    33     - python: 2.7
    34       os: linux
    35       compiler: gcc
    36       env: ARCH=i386 HAVE_AUBIO_DOUBLE=1
    37     - python: 3.4
    38       os: linux
    39       compiler: gcc
    40       env: ARCH=x86_64 HAVE_AUBIO_DOUBLE=1
    41     - python: 3.4
    42       os: linux
    43       compiler: gcc
    44       env: ARCH=i386 HAVE_AUBIO_DOUBLE=1
     37      env: WAFOPTS=--disable-avcodec
    4538    - language: C
    4639      os: osx
    4740      compiler: clang
    48       env: ARCH=x86_64 HAVE_DOUBLE=1
     41      env: WAFOPTS="--enable-fat --disable-avcodec"
    4942    - language: C
    5043      os: osx
    5144      compiler: clang
    52       env: ARCH=i386 HAVE_DOUBLE=1
    53     - language: C
    54       os: osx
    55       compiler: clang
    56       env: ARCH=x86_64 WAFOPTS=--enable-fat
    57     - language: C
    58       os: osx
    59       compiler: clang
    60       env: ARCH=i386 WAFOPTS=--enable-fat
     45      env: WAFOPTS=--enable-fat --disable-avcodec" HAVE_DOUBLE=1
    6146
    6247addons:
     
    7661       brew update
    7762       brew install sox
     63       brew install ffmpeg
    7864       export PATH="$HOME/Library/Python/2.7/bin/:$PATH"
    7965     fi;
Note: See TracChangeset for help on using the changeset viewer.