Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
we need doxygen, and I fail to see who's creating the VERSION file
[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 script: ./buildtools/jenkins/run.sh
10 branches:
11   only:
12      - master
13 notifications:
14   recipients:
15     - martin.quinson@loria.fr
16   email:
17     on_success: change
18     on_failure: always
19 #  irc:
20 #    channels:
21 #      - "chat.freenode.net#simgrid"
22 #  template:
23 #    - "%{repository}/%{branch} (%{commit} - %{author}): %{message}"
24 os:
25   - linux
26   - osx
27   - windows