Activate travis-ci, update mail notifications.

Note: current mail notifications are configured for first tests.
We may need to reconfigure this later.

See build logs at https://travis-ci.com/fltk/fltk
This commit is contained in:
Albrecht Schlosser
2018-12-28 22:48:13 +01:00
parent 6e7b91ea10
commit 59612f6e7e
+3 -3
View File
@@ -9,7 +9,7 @@ language:
os: os:
- linux - linux
- osx - osx
compiler: compiler:
- gcc - gcc
- clang - clang
@@ -35,7 +35,7 @@ before_script:
if [ $TRAVIS_OS_NAME == linux ]; then if [ $TRAVIS_OS_NAME == linux ]; then
sudo apt-get update -q sudo apt-get update -q
sudo apt-get install -y libxinerama-dev libxcursor-dev libasound2-dev sudo apt-get install -y libxinerama-dev libxcursor-dev libasound2-dev
sudo apt-get install -y doxygen sudo apt-get install -y doxygen
elif [ $TRAVIS_OS_NAME == osx ]; then elif [ $TRAVIS_OS_NAME == osx ]; then
brew install ccache # need to install on OSX brew install ccache # need to install on OSX
export PATH="/usr/local/opt/ccache/libexec:$PATH" export PATH="/usr/local/opt/ccache/libexec:$PATH"
@@ -71,4 +71,4 @@ notifications:
email: email:
recipients: recipients:
- fabien@onepost.net - fabien@onepost.net
- albrechts.fltk@online.de