X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ctest%2Fdashboard%2Fcompilemod.sh;h=5ef07b157b3f6563a13c747377a16d923191f4be;hb=4a4752c03361e8b01482ea80122332404d4266fa;hp=a2e4b1de9a2fa10e7f38eef661adfd8e9f733ae4;hpb=d76552fe1d448d38571766051594d531c36afc96;p=creaToolsTools.git diff --git a/ctest/dashboard/compilemod.sh b/ctest/dashboard/compilemod.sh index a2e4b1d..5ef07b1 100644 --- a/ctest/dashboard/compilemod.sh +++ b/ctest/dashboard/compilemod.sh @@ -1,10 +1,14 @@ -cd $2 +# $1 : useless for Linux (Release/Debug) +cd $3/tmpCreaTools_INSTALL/$2Bin -# A FINIR! +#echo $1 +#echo $2 +#echo $3 -# call "C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" -# FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=%1 -# FOR /R %%a IN (*.sln) DO msbuild /p:Configuration=%1 INSTALL.vcproj -# FOR /R %%a IN (*.sln) DO msbuild /p:Configuration=%1 PACKAGE.vcproj +make -j 2 +echo " " +echo $2 +pwd +sudo make install cd ..