X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=.travis.yml;h=838f834e269c206b52f817ef244fa802f08a6551;hb=HEAD;hp=c9afc3a2f688db04c227bbf735f5346dfe713d8f;hpb=3b1331c16ed513ec92f41d13692bcbe1792c3d1a;p=rtaudio.git diff --git a/.travis.yml b/.travis.yml index c9afc3a..838f834 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,5 @@ language: cpp sudo: false # docker VM -branches: - only: - - travis matrix: include: - os: linux @@ -29,12 +26,6 @@ matrix: - os: linux env: HOST="" API="oss" compiler: clang - - os: linux - env: HOST="--host=i686-w64-mingw32" API="winmm" CPPFLAGS="-Wno-unused-function" - compiler: gcc - - os: linux - env: HOST="--host=x86_64-w64-mingw32" API="winmm" CPPFLAGS="-Wno-unused-function" - compiler: gcc - os: linux env: HOST="--host=i686-w64-mingw32" API="dsound" CPPFLAGS="-Wno-unused-function" compiler: gcc @@ -67,7 +58,7 @@ matrix: env: HOST="" API="core" compiler: clang install: -- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install libasound2-dev libjack-dev doxygen g++-mingw-w64-i686 g++-mingw-w64-x86-64 g++-arm-linux-gnueabihf oss4-dev; fi +- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install libasound2-dev libjack-dev libpulse-dev doxygen g++-mingw-w64-i686 g++-mingw-w64-x86-64 g++-arm-linux-gnueabihf oss4-dev; fi - if [ $TRAVIS_OS_NAME = osx ]; then brew install doxygen || (brew update && brew install doxygen); fi - if [ -n "$HOST" ]; then unset CXX; unset CC; fi script: ./autogen.sh --enable-debug --with-$API $HOST && make @@ -79,4 +70,8 @@ after_script: # JACK: Jack server not running # - tests/midiprobe notifications: - email: false + email: + recipients: + - radarsat1@gmail.com + on_success: never + on_failure: change