Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
test if I can write a little travis config file
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 15 Oct 2014 13:43:33 +0000 (15:43 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 15 Oct 2014 13:43:33 +0000 (15:43 +0200)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..2db2e3d
--- /dev/null
@@ -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