From: Martin Quinson Date: Wed, 15 Oct 2014 13:43:33 +0000 (+0200) Subject: test if I can write a little travis config file X-Git-Tag: v3_12~732^2~285^2~21 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/8a711fff5d58d67d990cf7f4de8ccc06e7ddfc2f test if I can write a little travis config file --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000..2db2e3d966 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,26 @@ +language: cpp +compiler: + - gcc + - clang +before_install: + - sudo apt-get update -qq + - sudo apt-get install -qq valgrind default-jdk gfortran liblua5.1-dev lua5.1 libboost-dev transfig ghostscript texlive-font-utils +script: cmake +branches: + only: + - master +notifications: + recipients: + - martin.quinson@loria.fr + email: + on_success: change + on_failure: always +# irc: +# channels: +# - "chat.freenode.net#simgrid" +# template: +# - "%{repository}/%{branch} (%{commit} - %{author}): %{message}" +os: + - linux + - osx + - windows \ No newline at end of file