mirror of
https://github.com/fltk/fltk.git
synced 2026-05-27 19:10:24 +08:00
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:
+3
-3
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user