ref: 7a5fdc913c2c09b6b896257f656889bf3c1ef8c7
dir: /.travis.yml/
language: python
sudo: false
matrix:
include:
- python: 2.7
os: linux
compiler: gcc
env: ARCH=x86_64
- python: 2.7
os: linux
compiler: gcc
env: ARCH=i386
- python: 3.4
os: linux
compiler: gcc
env: ARCH=x86_64
- python: 3.4
os: linux
compiler: gcc
env: ARCH=i386
- language: C
os: osx
compiler: clang
env: ARCH=x86_64
- language: C
os: osx
compiler: clang
env: ARCH=i386
- language: C
os: osx
compiler: gcc
env: ARCH=x86_64
- language: C
os: osx
compiler: gcc
env: ARCH=i386
- python: 2.7
os: linux
compiler: gcc
env: ARCH=x86_64 HAVE_DOUBLE=1
- python: 2.7
os: linux
compiler: gcc
env: ARCH=i386 HAVE_DOUBLE=1
- python: 3.4
os: linux
compiler: gcc
env: ARCH=x86_64 HAVE_DOUBLE=1
- python: 3.4
os: linux
compiler: gcc
env: ARCH=i386 HAVE_DOUBLE=1
- language: C
os: osx
compiler: clang
env: ARCH=x86_64 HAVE_DOUBLE=1
- language: C
os: osx
compiler: clang
env: ARCH=i386 HAVE_DOUBLE=1
- language: C
os: osx
compiler: gcc
env: ARCH=x86_64 HAVE_DOUBLE=1
- language: C
os: osx
compiler: gcc
env: ARCH=i386 HAVE_DOUBLE=1
addons:
apt:
packages:
- bzip2
- libavcodec-dev
- libavformat-dev
- libavresample-dev
- libavutil-dev
- libsndfile1-dev
- libsamplerate-dev
- libjack-dev
- libasound2-dev
- libfftw3-dev
- sox
script:
- make create_test_sounds
- make build
- make build_python
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then make test_python; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then make test_python_osx; fi
- make clean_python
- make clean
- make distcheck
notifications:
irc:
channels:
- "irc.freenode.org#aubio"
use_notice: true