]> Creatis software - creaToolsTools.git/commitdiff
Code cleaning
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Fri, 17 Sep 2010 09:26:28 +0000 (09:26 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Fri, 17 Sep 2010 09:26:28 +0000 (09:26 +0000)
+ generate doc

ctest/dashboard/All.sh
ctest/dashboard/cmakemod.sh
ctest/dashboard/creaVariables.sh

index 59246eb303ba66f371b7d7cf0f34aeec48d01357..6a9a17901f53498095abefdf56f869d9bc82965a 100644 (file)
@@ -24,6 +24,9 @@ mkdir $generationdir/tmpCreaTools_INSTALL
  bbtkgeditorsource=bbtkGEditor
  creatoolssource=creaTools
 
+if [ true = true ]
+then
+
 rm -rf $generationdir/creaBin
 rm -rf $generationdir/bbtkBin
 rm -rf $generationdir/creamaracasBin
@@ -46,6 +49,7 @@ sh cvscheckout.sh $crearigidregistrationssource $generationdir
 sh cvscheckout.sh $bbtkgeditorsource $generationdir
 sh cvscheckout.sh $creatoolssource $generationdir
 
+fi
 
 # CREA
 #if [ true = false ]
index 42f5561baeb8ec0ff28b9bcc3f260c9d957d99af..fcd42f13945ff7be92859027db222060aae41483 100644 (file)
@@ -9,7 +9,9 @@ mkdir $dirInstall
 cd $dirInstall
 echo -H$currentdir/$1
 echo -B$dirInstall/
+
 cmake -G"Unix Makefiles" -H$currentdir/$1 -B$dirInstall/
+cmake -D --BUILD_ALL:BOOL=ON                           CMakeCache.txt
 
 # the following line is the right one!
 #cmake -D INCLUDE_CTEST:BOOL=ON -D CMAKE_INSTALL_PREFIX:PATH=$dirInstall -D crea_DIR:PATH=$currentdir/tmpCreaTools_INSTALL/creaBin CMakeCache.txt
index 227df48eae76776c1b93f44e127d7c23228aeab7..63876005821740136d19eadbea7ddfa88ed9c4a6 100644 (file)
@@ -1,5 +1,4 @@
 binfolder=$2/tmpCreaTools_INSTALL/$1Bin
-echo "==================================== in creaVariable.sh : binfolder = $binfolder"
 
 cd $binfolder