Changeset 1f8061c
- Timestamp:
- Apr 22, 2016, 12:30:22 AM (9 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
rec6731c r1f8061c 12 12 os: linux 13 13 compiler: gcc 14 env: ARCH= x86_6414 env: ARCH=i386 15 15 - python: 2.6 16 16 os: linux … … 20 20 os: linux 21 21 compiler: clang 22 env: ARCH= x86_6422 env: ARCH=i386 23 23 - python: 2.7 24 24 os: linux … … 28 28 os: linux 29 29 compiler: gcc 30 env: ARCH= x86_6430 env: ARCH=i386 31 31 - python: 2.7 32 32 os: linux … … 36 36 os: linux 37 37 compiler: clang 38 env: ARCH= x86_6438 env: ARCH=i386 39 39 - python: 3.4 40 40 os: linux … … 44 44 os: linux 45 45 compiler: clang 46 env: ARCH= x86_6446 env: ARCH=i386 47 47 - python: 3.4 48 48 os: linux … … 52 52 os: linux 53 53 compiler: clang 54 env: ARCH=i386 55 - language: C 56 os: osx 57 compiler: clang 54 58 env: ARCH=x86_64 55 - language: generic59 - language: C 56 60 os: osx 61 compiler: gcc 62 env: ARCH=x86_64 63 - language: C 64 os: osx 65 compiler: clang 57 66 env: ARCH=i386 58 - language: generic67 - language: C 59 68 os: osx 60 env: ARCH=x86_64 69 compiler: gcc 70 env: ARCH=i386 61 71 62 72 addons: … … 75 85 - python3-numpy 76 86 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 77 92 script: 78 93 - make build
Note: See TracChangeset
for help on using the changeset viewer.