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
index 2db2e3d..fff375f 100644 (file)
@@ -4,8 +4,9 @@ compiler:
    - 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
+   - sudo apt-get install -qq doxygen valgrind default-jdk gfortran liblua5.1-dev lua5.1 libboost-dev transfig ghostscript texlive-font-utils
+   - echo "3.12" > VERSION
+script: ./buildtools/jenkins/run.sh
 branches:
   only:
      - master