]> Creatis software - creaToolsTools.git/blobdiff - Linux/scripts/cdashmod.sh
Modified CDash scripts to launch a clean compilation each night.
[creaToolsTools.git] / Linux / scripts / cdashmod.sh
index da61e4f6d4c2f05579c7a278b792e15da8ad8245..48da3b84db623d42b67a9695588d80526783bf28 100755 (executable)
@@ -47,10 +47,11 @@ git pull origin master
 # configures the compilation to enable testing  with CDash
 cd $2/creatools_bin/$3Bin
 pwd
-cmake -DBUILD_TESTING:BOOL=ON -DINCLUDE_CTEST:BOOL=ON -DCREA_BUILD_VTK:BOOL=ON -DCREA_BUILD_WX:BOOL=ON -DBOOST_SIGNALS_NO_DEPRECATION_WARNING:BOOL=ON $2/creatools_source/$3
+cmake -DBUILD_TESTING:BOOL=ON -DINCLUDE_CTEST:BOOL=ON -DCREA_BUILD_VTK:BOOL=ON -DCREA_BUILD_WX:BOOL=ON $2/creatools_source/$3
 cmake .
 cmake .
 
-# launches the compilation and sends the result to the dashboard
+# cleans and launches the compilation an and sends the result to the dashboard
+make clean
 make -j$4 Experimental