source: .travis.yml @ 1e20c3f

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since 1e20c3f was 1e20c3f, checked in by Paul Brossier <piem@piem.org>, 8 years ago

.travis.yml: remove linux/clang

  • Property mode set to 100644
File size: 1.1 KB
RevLine 
[66a3c51]1language: python
[bf45eb5]2
[082a1cf]3sudo: false
4
[ec6731c]5matrix:
6  include:
7    - python: 2.7
8      os: linux
9      compiler: gcc
10      env: ARCH=x86_64
11    - python: 2.7
12      os: linux
13      compiler: gcc
[1f8061c]14      env: ARCH=i386
[ec6731c]15    - python: 3.4
16      os: linux
17      compiler: gcc
18      env: ARCH=x86_64
19    - python: 3.4
20      os: linux
[dcbea24]21      compiler: gcc
[1f8061c]22      env: ARCH=i386
23    - language: C
24      os: osx
[3581fb5]25      compiler: clang
26      env: ARCH=x86_64
27    - language: C
28      os: osx
29      compiler: clang
30      env: ARCH=i386
31    - language: C
32      os: osx
33      compiler: gcc
34      env: ARCH=x86_64
35    - language: C
36      os: osx
37      compiler: gcc
38      env: ARCH=i386
[b8454c74]39
[082a1cf]40addons:
41  apt:
42    packages:
43    - bzip2
44    - libsndfile1-dev
45    - libsamplerate-dev
46    - libjack-dev
47    - libasound2-dev
48    - libfftw3-dev
[bf45eb5]49
50script:
[79adbda]51  - make build
[3708c15]52  - make build_python
[1700a2d]53  - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then make test_python; fi
54  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then make test_python_osx; fi
[3708c15]55  - make clean_python
[6121dd4]56  - make clean
[79adbda]57  - make distcheck
[2d0e3fc]58
59notifications:
60    irc:
61        channels:
62            - "irc.freenode.org#aubio"
63        use_notice: true
Note: See TracBrowser for help on using the repository browser.