Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tell travis which config to test
[simgrid.git] / .travis.yml
1 language: cpp
2 compiler:
3    - gcc
4    - clang
5 before_install: 
6    - sudo apt-get update  -qq
7    - sudo apt-get install -qq doxygen valgrind default-jdk gfortran liblua5.1-dev lua5.1 libboost-dev transfig ghostscript texlive-font-utils
8    - echo "3.12" > VERSION
9 env: build_mode=Debug
10 script: ./buildtools/jenkins/run.sh
11 branches:
12   only:
13      - master
14 notifications:
15   recipients:
16     - martin.quinson@loria.fr
17   email:
18     on_success: change
19     on_failure: always
20 #  irc:
21 #    channels:
22 #      - "chat.freenode.net#simgrid"
23 #  template:
24 #    - "%{repository}/%{branch} (%{commit} - %{author}): %{message}"
25 os:
26   - linux
27   - osx
28   - windows