From 162fc284fc5a18bb989721f383cedbdd402ff497 Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Fri, 17 Sep 2010 09:26:28 +0000 Subject: [PATCH] Code cleaning + generate doc --- ctest/dashboard/All.sh | 4 ++++ ctest/dashboard/cmakemod.sh | 2 ++ ctest/dashboard/creaVariables.sh | 1 - 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ctest/dashboard/All.sh b/ctest/dashboard/All.sh index 59246eb..6a9a179 100644 --- a/ctest/dashboard/All.sh +++ b/ctest/dashboard/All.sh @@ -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 ] diff --git a/ctest/dashboard/cmakemod.sh b/ctest/dashboard/cmakemod.sh index 42f5561..fcd42f1 100644 --- a/ctest/dashboard/cmakemod.sh +++ b/ctest/dashboard/cmakemod.sh @@ -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 diff --git a/ctest/dashboard/creaVariables.sh b/ctest/dashboard/creaVariables.sh index 227df48..6387600 100644 --- a/ctest/dashboard/creaVariables.sh +++ b/ctest/dashboard/creaVariables.sh @@ -1,5 +1,4 @@ binfolder=$2/tmpCreaTools_INSTALL/$1Bin -echo "==================================== in creaVariable.sh : binfolder = $binfolder" cd $binfolder -- 2.45.1