]> Creatis software - creaToolsTools.git/commitdiff
*** empty log message ***
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Wed, 25 Aug 2010 18:18:36 +0000 (18:18 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Wed, 25 Aug 2010 18:18:36 +0000 (18:18 +0000)
ctest/dashboard/All.bat
ctest/dashboard/Readme.txt
ctest/dashboard/cmakemod.bat
ctest/dashboard/compilemod.bat
ctest/dashboard/ctestmod.bat
ctest/dashboard/cvscheckout.bat

index 1a4ef15408ca1c91c38c2ecc5f1fa3c61a75ac24..f4f7673e89dad995d211905d2480dccba3bacc98 100644 (file)
@@ -6,7 +6,7 @@ set creasourcefolder=crea
 set creabinfolder=creaBin
 call cvscheckout.bat %creasourcefolder%
 call cmakemod.bat %creasourcefolder% %creabinfolder%
 set creabinfolder=creaBin
 call cvscheckout.bat %creasourcefolder%
 call cmakemod.bat %creasourcefolder% %creabinfolder%
-call creaVariables.bat %creabinfolder%
+call creaVariables.bat %creabinfolder% %creasourcefolder%
 call compilemod.bat %buildtype% %creabinfolder%
 call ctestmod.bat %creabinfolder%
 set creadll=%~dp0
 call compilemod.bat %buildtype% %creabinfolder%
 call ctestmod.bat %creabinfolder%
 set creadll=%~dp0
index 4c9dcefca5d2bb65fd0814eb736fdd3e4720fc2e..9c44a1c172c36efdaedcd24bc106ba249644ecb5 100644 (file)
@@ -10,5 +10,35 @@ from http://www.creatis.insa-lyon.fr/site/fr/CreatoolsDownload
 Copy all the .bat files into one directoy where the tests are going to be run
 execute All.bat
 
 Copy all the .bat files into one directoy where the tests are going to be run
 execute All.bat
 
+Not forget to run your ssh key with putyAgent
+
 All the creatools projects are downloaded from the CVS, compiled and the CTest for the dashboard is run.
 
 All the creatools projects are downloaded from the CVS, compiled and the CTest for the dashboard is run.
 
+
+
+
+===================
+
+=============Install cmake =========================
+1) Install cmake outside the directory "Programs Files"
+To avoid the probleme of: Read only
+
+
+=============Test dashboard in local with: Windows, php, mysql
+
+
+0)
+Install EasyPhp outside of  "Programs Files" directory
+avoid Read Only conflicts
+
+1)
+Download with svn  CDASH
+https://www.kitware.com/svn/CDash/Release-1-6-4
+y put it in www of your "<INSTALL_DIR>/EasyPHP" instalation
+
+2) modify php.ini confiuration
+In EasyPHP=5.3.3/conf_files
+ php.ini
+   uncomment :  
+     extension=php_xsl.dll
+     extension=php_curl.dll
index f9ae7553fa1c2f44d3026cff23e722f1f37afda0..f6310c99f646d4b2f809930ab5c175bfa84795b5 100644 (file)
@@ -1,8 +1,10 @@
 set currentdir=%~dp0
 set currentdir=%currentdir:\=/%
 set currentdir=%~dp0
 set currentdir=%currentdir:\=/%
+set dirInstall=%currentdir%/tmpCreaTools_INSTALL/%1%
+
 mkdir %2
 cd %2
 cmake -G"Visual Studio 9 2008" -H%currentdir%%1 -B%currentdir%%2
 mkdir %2
 cd %2
 cmake -G"Visual Studio 9 2008" -H%currentdir%%1 -B%currentdir%%2
-cmake -D INCLUDE_CTEST:BOOL=ON -D CMAKE_INSTALL_PREFIX:PATH=%currentdir%/tmpINSTALL CMakeCache.txt
+cmake -D INCLUDE_CTEST:BOOL=ON -D CMAKE_INSTALL_PREFIX:PATH=%dirInstall% CMakeCache.txt
 cd ..
 
 cd ..
 
index 4632b82df21fe4672957e9ec4c834be17b54d691..7a1f17f3127fd2e9e206195aa9ca2a0412515897 100644 (file)
@@ -1,6 +1,6 @@
 cd %2
 call "C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"
 FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=%1
 cd %2
 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 %%a /p:Configuration=%1 INSTALL.vcproj
-FOR /R %%a IN (*.sln) DO msbuild %%a /p:Configuration=%1 PACKAGE.vcproj
+FOR /R %%a IN (*.sln) DO msbuild %%a INSTALL.vcproj
+FOR /R %%a IN (*.sln) DO msbuild %%a PACKAGE.vcproj
 cd ..
 cd ..
index 5cc5c7010038a6bdc0c40d97af2e504955ef4665..d59d07bc74cb30c41eb1aa437d0d00e2195a91bf 100644 (file)
@@ -4,6 +4,6 @@ ctest -D ContinuousStart -D ContinuousUpdate -D ContinuousConfigure -D Continuou
 ctest -D ContinuousMemCheck -D ContinuousSubmit 
 ctest -D ExperimentalStart -D ExperimentalUpdate -D ExperimentalConfigure -D ExperimentalBuild -D ExperimentalTest -D ExperimentalSubmit
 ctest -D ExperimentalMemCheck -D ExperimentalSubmit
 ctest -D ContinuousMemCheck -D ContinuousSubmit 
 ctest -D ExperimentalStart -D ExperimentalUpdate -D ExperimentalConfigure -D ExperimentalBuild -D ExperimentalTest -D ExperimentalSubmit
 ctest -D ExperimentalMemCheck -D ExperimentalSubmit
-ctest -D NightlyStart -D NightlyUpdate -D NightlyConfigure -D NightlyBuild -D NightlyTest -D NightlySubmit
+rem EED>> ctest -D NightlyStart -D NightlyUpdate -D NightlyConfigure -D NightlyBuild -D NightlyTest -D NightlySubmit
 ctest -D NightlyMemCheck -D NightlySubmit
 cd ..
\ No newline at end of file
 ctest -D NightlyMemCheck -D NightlySubmit
 cd ..
\ No newline at end of file
index ed509588e6bd315e6ea8e7e93f5bb5549e8354b4..88f512b2ff78ae784c9f9a41eea9c7d2fe0f8bc9 100644 (file)
@@ -1,2 +1 @@
-
-cvs -d :ssh:prieto@cvs.creatis.insa-lyon.fr:/cvs/creatis checkout %1
\ No newline at end of file
+cvs -d :ssh:davila@cvs.creatis.insa-lyon.fr:/cvs/creatis checkout %1