Changeset dcbea24


Ignore:
Timestamp:
Apr 22, 2016, 12:38:09 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:
3581fb5
Parents:
1f8061c
Message:

.travis.yml: fix architectures, simplify osx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r1f8061c rdcbea24  
    4343    - python: 3.4
    4444      os: linux
    45       compiler: clang
     45      compiler: gcc
    4646      env: ARCH=i386
    4747    - python: 3.4
    4848      os: linux
    49       compiler: gcc
     49      compiler: clang
    5050      env: ARCH=x86_64
    5151    - python: 3.4
     
    5555    - language: C
    5656      os: osx
    57       compiler: clang
    58       env: ARCH=x86_64
    59     - language: C
    60       os: osx
    61       compiler: gcc
    62       env: ARCH=x86_64
    63     - language: C
    64       os: osx
    65       compiler: clang
    66       env: ARCH=i386
    67     - language: C
    68       os: osx
    69       compiler: gcc
    70       env: ARCH=i386
     57      compiler:
     58        - clang
     59        - gcc
     60      env:
     61        - ARCH=i386
     62        - ARCH=x86_64
    7163
    7264addons:
     
    8577    - python3-numpy
    8678
    87 before 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 
    9279script:
    9380  - make build
Note: See TracChangeset for help on using the changeset viewer.