]> Creatis software - creaToolsTools.git/blobdiff - ctest/dashboard/All.bat
*** empty log message ***
[creaToolsTools.git] / ctest / dashboard / All.bat
index 602c8ef5544d1d0743fc627d1dd0a52d539a6d90..e6dcfde472c90c233f339bc76c6b82cd1015230d 100644 (file)
@@ -30,10 +30,10 @@ rem call cvscheckout.bat %creamaracassourcefolder%
 rem call cvscheckout.bat %creaenvironmentsource%
 rem call cvscheckout.bat %creabrukersource%
 rem call cvscheckout.bat %creaimagesourcefolder%
-rem call cvscheckout.bat %creacontourssource%
-rem call cvscheckout.bat %crearigidregistrationssource%
-rem call cvscheckout.bat %bbtkgeditorsource%
-rem call cvscheckout.bat %creatoolssource%
+call cvscheckout.bat %creacontourssource%
+call cvscheckout.bat %crearigidregistrationssource%
+call cvscheckout.bat %bbtkgeditorsource%
+call cvscheckout.bat %creatoolssource%
 
 
 rem CREA
@@ -81,36 +81,35 @@ set creabrukerdll=%~dp0%creabrukersource%\%buildtype%
 set PATH=%creabrukerdll%;%PATH%
 
 rem creaImageIO
-call cmakemod.bat %creaimagesourcefolder% 
-call creaImageIOVariables.bat %creaimagesourcefolder% %docgeneration% 
-call compilemod.bat %buildtype% %creaimagesourcefolder%
-call ctestmod.bat %creaimagesourcefolder%
+rem call cmakemod.bat %creaimagesourcefolder% 
+rem call creaImageIOVariables.bat %creaimagesourcefolder% %docgeneration% 
+rem call compilemod.bat %buildtype% %creaimagesourcefolder%
+rem call ctestmod.bat %creaimagesourcefolder%
 set creaimagedll=%~dp0%creaimagesourcefolder%\%buildtype%
 set PATH=%creaimagedll%;%PATH%
 
-pause
 
 rem creaContours
-rem call cmakemod.bat %creacontourssource% 
-rem call creaContoursVariables.bat %creacontourssource% %docgeneration%
-rem call compilemod.bat %buildtype% %creacontourssource%
-rem call ctestmod.bat %creacontourssource%
-rem set creacontourdll=%~dp0%creacontourssource%\%buildtype%
+call cmakemod.bat %creacontourssource% 
+call creaContoursVariables.bat %creacontourssource% %docgeneration%
+call compilemod.bat %buildtype% %creacontourssource%
+call ctestmod.bat %creacontourssource%
+set creacontourdll=%~dp0%creacontourssource%\%buildtype%
 rem set PATH=%creacontoursdll%;%PATH%
 
 rem creaRigidRegistration
-rem call cmakemod.bat %crearigidregistrationssource% 
-rem call creaRigidRegistrationVariables.bat %crearigidregistrationssource% %docgeneration% 
-rem call compilemod.bat %buildtype% %crearigidregistrationssource%
-rem call ctestmod.bat %crearigidregistrationssource%
+call cmakemod.bat %crearigidregistrationssource% 
+call creaRigidRegistrationVariables.bat %crearigidregistrationssource% %docgeneration% 
+call compilemod.bat %buildtype% %crearigidregistrationssource%
+call ctestmod.bat %crearigidregistrationssource%
 rem set crearigidregistrationdll=%~dp0%crearigidregistrationssource%\%buildtype%
 rem set PATH=%crearigidregistrationdll%;%PATH%
 
 rem bbtkGEditor
-rem call cmakemod.bat %bbtkgeditorsource% 
-rem call bbtkGEditorVariables.bat %bbtkgeditorsource% %docgeneration% 
-rem call compilemod.bat %buildtype% %bbtkgeditorsource%
-rem call ctestmod.bat %bbtkgeditorsource%
+call cmakemod.bat %bbtkgeditorsource% 
+call bbtkGEditorVariables.bat %bbtkgeditorsource% %docgeneration% 
+call compilemod.bat %buildtype% %bbtkgeditorsource%
+call ctestmod.bat %bbtkgeditorsource%
 rem set bbtkgeditordll=%~dp0%bbtkgeditorsource%\%buildtype%
 rem set PATH=%bbtkgeditordll%;%PATH%