Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
win is not yet ready for coverage either
authorAugustin Degomme <degomme@idpann.imag.fr>
Mon, 14 Oct 2013 19:15:44 +0000 (21:15 +0200)
committerAugustin Degomme <degomme@idpann.imag.fr>
Mon, 14 Oct 2013 19:15:44 +0000 (21:15 +0200)
buildtools/jenkins/run.sh

index c20bdc7..a09b951 100755 (executable)
@@ -29,12 +29,12 @@ then
     
     if [ "$build_mode" = "Debug" ]
     then
     
     if [ "$build_mode" = "Debug" ]
     then
-    cmake -G "MSYS Makefiles" -Denable_coverage=ON -Denable_java=ON -Denable_model-checking=OFF -Denable_lua=OFF -Denable_compile_optimizations=ON  -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=ON -Denable_compile_warnings=OFF .
+    cmake -G "MSYS Makefiles" -Denable_java=ON -Denable_model-checking=OFF -Denable_lua=OFF -Denable_compile_optimizations=ON  -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=ON -Denable_compile_warnings=OFF .
     fi
 
     if [ "$build_mode" = "ModelChecker" ]
     then
     fi
 
     if [ "$build_mode" = "ModelChecker" ]
     then
-    cmake -G "MSYS Makefiles" -Denable_coverage=ON -Denable_java=ON -Denable_smpi=ON -Denable_model-checking=ON -Denable_lua=OFF -Denable_compile_optimizations=OFF -Denable_compile_warnings=OFF .
+    cmake -G "MSYS Makefiles" -Denable_java=ON -Denable_smpi=ON -Denable_model-checking=ON -Denable_lua=OFF -Denable_compile_optimizations=OFF -Denable_compile_warnings=OFF .
     fi
 
     if [ "$build_mode" = "DynamicAnalysis" ]
     fi
 
     if [ "$build_mode" = "DynamicAnalysis" ]