Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[Cmake] small cleanup
[simgrid.git] / .travis.yml
index df1e55c..f8f1d37 100644 (file)
@@ -3,16 +3,16 @@
 # Reenable with 
 #   cmake -Denable_ns3
 #   apt-get libns3-dev ns3
-
-
+#
+#
 language: cpp
 compiler:
    - gcc
 #  - clang # boost 1.48 raises an error on clang:
-           # /usr/include/boost/signals2/detail/auto_buffer.hpp:565:57: error:
-           #   reference to non-static member function must be called
-          #             std::uninitialized_fill( buffer_, buffer_ + size, init_value );
-           #                                                         ^~~~
+#            /usr/include/boost/signals2/detail/auto_buffer.hpp:565:57: error:
+#              reference to non-static member function must be called
+#                        std::uninitialized_fill( buffer_, buffer_ + size, init_value );
+#                                                                    ^~~~
 addons:
   apt: # Get recent versions of the compiler, even on Ubuntu Precise
       sources:
@@ -29,7 +29,7 @@ before_install:
    - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.7 50
    - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.7 50
 script:
-   - cmake -Denable_documentation=OFF -Denable_coverage=OFF -Denable_java=ON -Denable_model-checking=OFF -Denable_lua=ON -Denable_compile_optimizations=ON -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=ON -Denable_compile_warnings=ON . && make && ctest --output-on-failure --timeout 100
+   - cmake -Denable_documentation=OFF -Denable_coverage=OFF -Denable_java=ON -Denable_model-checking=OFF -Denable_lua=ON -Denable_compile_optimizations=ON -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=ON -Denable_compile_warnings=ON . && make VERBOSE=1 && ctest --output-on-failure --timeout 100
 branches:
   only:
      - master