source:
.travis.yml
@
8bffcff
Last change on this file since 8bffcff was 2d0e3fc, checked in by , 9 years ago | |
---|---|
|
|
File size: 1.4 KB |
Rev | Line | |
---|---|---|
[66a3c51] | 1 | language: python |
[bf45eb5] | 2 | |
[082a1cf] | 3 | sudo: false |
4 | ||
[ec6731c] | 5 | matrix: |
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: 2.7 |
16 | os: linux | |
17 | compiler: clang | |
18 | env: ARCH=x86_64 | |
19 | - python: 2.7 | |
20 | os: linux | |
21 | compiler: clang | |
[1f8061c] | 22 | env: ARCH=i386 |
[ec6731c] | 23 | - python: 3.4 |
24 | os: linux | |
25 | compiler: gcc | |
26 | env: ARCH=x86_64 | |
27 | - python: 3.4 | |
28 | os: linux | |
[dcbea24] | 29 | compiler: gcc |
[1f8061c] | 30 | env: ARCH=i386 |
[ec6731c] | 31 | - python: 3.4 |
32 | os: linux | |
[dcbea24] | 33 | compiler: clang |
[ec6731c] | 34 | env: ARCH=x86_64 |
35 | - python: 3.4 | |
36 | os: linux | |
37 | compiler: clang | |
[1f8061c] | 38 | env: ARCH=i386 |
39 | - language: C | |
40 | os: osx | |
[3581fb5] | 41 | compiler: clang |
42 | env: ARCH=x86_64 | |
43 | - language: C | |
44 | os: osx | |
45 | compiler: clang | |
46 | env: ARCH=i386 | |
47 | - language: C | |
48 | os: osx | |
49 | compiler: gcc | |
50 | env: ARCH=x86_64 | |
51 | - language: C | |
52 | os: osx | |
53 | compiler: gcc | |
54 | env: ARCH=i386 | |
[b8454c74] | 55 | |
[082a1cf] | 56 | addons: |
57 | apt: | |
58 | packages: | |
59 | - bzip2 | |
60 | - libsndfile1-dev | |
61 | - libsamplerate-dev | |
62 | - libjack-dev | |
63 | - libasound2-dev | |
64 | - libfftw3-dev | |
[bf45eb5] | 65 | |
66 | script: | |
[79adbda] | 67 | - make build |
[3708c15] | 68 | - make build_python |
[1700a2d] | 69 | - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then make test_python; fi |
70 | - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then make test_python_osx; fi | |
[3708c15] | 71 | - make clean_python |
[6121dd4] | 72 | - make clean |
[79adbda] | 73 | - make distcheck |
[2d0e3fc] | 74 | |
75 | notifications: | |
76 | irc: | |
77 | channels: | |
78 | - "irc.freenode.org#aubio" | |
79 | use_notice: true |
Note: See TracBrowser
for help on using the repository browser.