X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Linux%2Fscripts%2Fcdashmod.sh;h=48da3b84db623d42b67a9695588d80526783bf28;hb=ecda42e32a95b5e6720e12353a80ed9e8d0e2098;hp=da61e4f6d4c2f05579c7a278b792e15da8ad8245;hpb=14b0855001259f7fc26639ca972870f87f85e6df;p=creaToolsTools.git diff --git a/Linux/scripts/cdashmod.sh b/Linux/scripts/cdashmod.sh index da61e4f..48da3b8 100755 --- a/Linux/scripts/cdashmod.sh +++ b/Linux/scripts/cdashmod.sh @@ -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