Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to use the jenkins on travis too
[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 valgrind default-jdk gfortran liblua5.1-dev lua5.1 libboost-dev transfig ghostscript texlive-font-utils
8 script: ./buildtools/jenkins/run.sh
9 branches:
10   only:
11      - master
12 notifications:
13   recipients:
14     - martin.quinson@loria.fr
15   email:
16     on_success: change
17     on_failure: always
18 #  irc:
19 #    channels:
20 #      - "chat.freenode.net#simgrid"
21 #  template:
22 #    - "%{repository}/%{branch} (%{commit} - %{author}): %{message}"
23 os:
24   - linux
25   - osx
26   - windows