X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Linux%2Fscripts%2Fcdashmod.sh;h=48da3b84db623d42b67a9695588d80526783bf28;hb=6fcb57eef26e08422fba5b08b6bd7119e9b59d7d;hp=eb694739999b4ea95956fe75aa49dc21a5bfff00;hpb=5ef3cb6d1fb5ee5a3eda8ba80b787a1284e00256;p=creaToolsTools.git diff --git a/Linux/scripts/cdashmod.sh b/Linux/scripts/cdashmod.sh index eb69473..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 $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