X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ctest%2Fdashboard%2Fcompilemod.sh;h=5ef07b157b3f6563a13c747377a16d923191f4be;hb=4a4752c03361e8b01482ea80122332404d4266fa;hp=30b0893eff3d9dc6fb4c361cc96a649ceadbc487;hpb=6fcf2b9d0e7b8ee0ddc81d4342aaf2eb110de38e;p=creaToolsTools.git diff --git a/ctest/dashboard/compilemod.sh b/ctest/dashboard/compilemod.sh index 30b0893..5ef07b1 100644 --- a/ctest/dashboard/compilemod.sh +++ b/ctest/dashboard/compilemod.sh @@ -1,14 +1,14 @@ -cd $3/tmpCreaTools_INSTALL/$2Bin # $1 : useless for Linux (Release/Debug) -echo "=in compilemod.sh ====================================================== $3/tmpCreaTools_INSTALL/$2Bin " -echo $1 -echo $2 -echo $3 -echo "=in compilemod.sh ====================================================== $3/tmpCreaTools_INSTALL/$2Bin " -pwd - +cd $3/tmpCreaTools_INSTALL/$2Bin -make +#echo $1 +#echo $2 +#echo $3 +make -j 2 +echo " " +echo $2 +pwd +sudo make install cd ..