audio-algo-speex/.travis.yml

49 lines
1.0 KiB
YAML
Raw Normal View History

language:
- cpp
sudo: false
2015-06-15 19:17:19 +02:00
compiler:
- clang
- gcc
os:
- linux
- osx
branches:
only:
- master
- dev
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.9
install:
- pip install --user lutin
before_script:
2015-06-15 19:17:19 +02:00
- cd ..
2015-06-15 22:07:49 +02:00
- git clone https://github.com/generic-library/gtest-lutin.git --recursive
2015-06-16 21:26:20 +02:00
- git clone https://github.com/generic-library/z-lutin.git --recursive
2015-06-15 22:07:49 +02:00
- git clone https://github.com/generic-library/speex-dsp-lutin.git --recursive
2015-06-15 19:17:19 +02:00
- git clone https://github.com/atria-soft/etk.git
- git clone https://github.com/musicdsp/audio.git
- pwd
- ls -l
- if [ "$CXX" == "clang++" ]; then BUILDER=clang; else BUILDER=gcc; fi
- if [ "$CXX" == "g++" ]; then COMPILATOR_OPTION="--compilator-version=4.9"; else COMPILATOR_OPTION=""; fi
2015-06-15 19:17:19 +02:00
script:
- lutin -C -P -c$BUILDER $COMPILATOR_OPTION -mdebug -p audio-algo-speex-test
2015-06-15 19:17:19 +02:00
# - ./out/Linux_x86_64/debug/staging/$BUILDER/audio-algo-speex-test/usr/bin/audio-algo-speex-test -l6
notifications:
email:
- yui.heero@gmail.com