X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ctest%2Fdashboard%2Fcompilemod.sh;h=5ef07b157b3f6563a13c747377a16d923191f4be;hb=6a4393e29e2ad4c755ff2d31d53e0f9823ddd1bd;hp=5a85f1b7839d8c90a4dfd61377bdde20601c187c;hpb=4a95e7b71faa123033c0721f977b5924462e95ef;p=creaToolsTools.git diff --git a/ctest/dashboard/compilemod.sh b/ctest/dashboard/compilemod.sh index 5a85f1b..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 install +make -j 2 +echo " " +echo $2 +pwd +sudo make install cd ..