X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ctest%2Fdashboard%2Fcompilemod.sh;h=5ef07b157b3f6563a13c747377a16d923191f4be;hb=4a4752c03361e8b01482ea80122332404d4266fa;hp=b999b7a26e2ac523b719d1785a7d06c7219734b7;hpb=465a282e17c866333c82a85b0ef499a9fea3a208;p=creaToolsTools.git diff --git a/ctest/dashboard/compilemod.sh b/ctest/dashboard/compilemod.sh index b999b7a..5ef07b1 100644 --- a/ctest/dashboard/compilemod.sh +++ b/ctest/dashboard/compilemod.sh @@ -6,6 +6,9 @@ cd $3/tmpCreaTools_INSTALL/$2Bin #echo $2 #echo $3 -make +make -j 2 +echo " " +echo $2 +pwd sudo make install cd ..