Changeset 1f8061c


Ignore:
Timestamp:
Apr 22, 2016, 12:30:22 AM (8 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, pitchshift, sampler, timestretch, yinfft+
Children:
dcbea24
Parents:
ec6731c
Message:

.travis.yml: fix architectures, add gcc on osx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    rec6731c r1f8061c  
    1212      os: linux
    1313      compiler: gcc
    14       env: ARCH=x86_64
     14      env: ARCH=i386
    1515    - python: 2.6
    1616      os: linux
     
    2020      os: linux
    2121      compiler: clang
    22       env: ARCH=x86_64
     22      env: ARCH=i386
    2323    - python: 2.7
    2424      os: linux
     
    2828      os: linux
    2929      compiler: gcc
    30       env: ARCH=x86_64
     30      env: ARCH=i386
    3131    - python: 2.7
    3232      os: linux
     
    3636      os: linux
    3737      compiler: clang
    38       env: ARCH=x86_64
     38      env: ARCH=i386
    3939    - python: 3.4
    4040      os: linux
     
    4444      os: linux
    4545      compiler: clang
    46       env: ARCH=x86_64
     46      env: ARCH=i386
    4747    - python: 3.4
    4848      os: linux
     
    5252      os: linux
    5353      compiler: clang
     54      env: ARCH=i386
     55    - language: C
     56      os: osx
     57      compiler: clang
    5458      env: ARCH=x86_64
    55     - language: generic
     59    - language: C
    5660      os: osx
     61      compiler: gcc
     62      env: ARCH=x86_64
     63    - language: C
     64      os: osx
     65      compiler: clang
    5766      env: ARCH=i386
    58     - language: generic
     67    - language: C
    5968      os: osx
    60       env: ARCH=x86_64
     69      compiler: gcc
     70      env: ARCH=i386
    6171
    6272addons:
     
    7585    - python3-numpy
    7686
     87before install:
     88  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
     89  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install libsndfile libsamplerate; fi
     90  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then pip install setuptools numpy; fi
     91
    7792script:
    7893  - make build
Note: See TracChangeset for help on using the changeset viewer.