source: .travis.yml @ dcbea24

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

.travis.yml: fix architectures, simplify osx

  • Property mode set to 100644
File size: 1.4 KB
RevLine 
[66a3c51]1language: python
[bf45eb5]2
[082a1cf]3sudo: false
4
[ec6731c]5matrix:
6  include:
7    - python: 2.6
8      os: linux
9      compiler: gcc
10      env: ARCH=x86_64
11    - python: 2.6
12      os: linux
13      compiler: gcc
[1f8061c]14      env: ARCH=i386
[ec6731c]15    - python: 2.6
16      os: linux
17      compiler: clang
18      env: ARCH=x86_64
19    - python: 2.6
20      os: linux
21      compiler: clang
[1f8061c]22      env: ARCH=i386
[ec6731c]23    - python: 2.7
24      os: linux
25      compiler: gcc
26      env: ARCH=x86_64
27    - python: 2.7
28      os: linux
29      compiler: gcc
[1f8061c]30      env: ARCH=i386
[ec6731c]31    - python: 2.7
32      os: linux
33      compiler: clang
34      env: ARCH=x86_64
35    - python: 2.7
36      os: linux
37      compiler: clang
[1f8061c]38      env: ARCH=i386
[ec6731c]39    - python: 3.4
40      os: linux
41      compiler: gcc
42      env: ARCH=x86_64
43    - python: 3.4
44      os: linux
[dcbea24]45      compiler: gcc
[1f8061c]46      env: ARCH=i386
[ec6731c]47    - python: 3.4
48      os: linux
[dcbea24]49      compiler: clang
[ec6731c]50      env: ARCH=x86_64
51    - python: 3.4
52      os: linux
53      compiler: clang
[1f8061c]54      env: ARCH=i386
55    - language: C
56      os: osx
[dcbea24]57      compiler:
58        - clang
59        - gcc
60      env:
61        - ARCH=i386
62        - ARCH=x86_64
[b8454c74]63
[082a1cf]64addons:
65  apt:
66    packages:
67    - bzip2
68    - libsndfile1-dev
69    - libsamplerate-dev
70    - libjack-dev
71    - libasound2-dev
72    - libfftw3-dev
[deedc49]73    - python-dev
74    - python-numpy
[e89310a0]75    - python3-setuptools
76    - python3-dev
77    - python3-numpy
[bf45eb5]78
79script:
[6121dd4]80  - make build
[3708c15]81  - make build_python
82  - make clean_python
[6121dd4]83  - make clean
[38a462c]84  - make distcheck
Note: See TracBrowser for help on using the repository browser.