SET (CTEST_SITE "lxg0226.gsi.de") SET (CTEST_BUILD_NAME "LINUX-GCC3.3.5") SET (CTEST_SOURCE_DIRECTORY "/misc/uhlig/test/mytest/cbmroot") SET (CTEST_BINARY_DIRECTORY "/misc/uhlig/test/mytest/build_cbmroot") SET (CTEST_UPDATE_COMMAND "/usr/bin/svn") SET (CTEST_UPDATE_CHECKOUT " ${CTEST_UPDATE_COMMAND} co https://subversion.gsi.de/fairroot/cbmroot ${CTEST_SOURCE_DIRECTORY} -r HEAD ") # which ctest command to use for running the dashboard SET (CTEST_COMMAND "ctest -D ExperimentalStart -D ExperimentalUpdate -D ExperimentalConfigure -D ExperimentalBuild -D ExperimentalSubmit" ) # what cmake command to use for configuring this dashboard SET (CTEST_CMAKE_COMMAND "cmake" ) #################################################################### # The values in this section are optional you can either # have them or leave them commented out #################################################################### # should ctest wipe the binary tree before running #SET (CTEST_START_WITH_EMPTY_BINARY_DIRECTORY TRUE) CTEST_EMPTY_BINARY_DIRECTORY(${CTEST_BINARY_DIRECTORY}) # this is the initial cache to use for the binary tree, be careful to escape # any quotes inside of this string if you use it #SET (CTEST_INITIAL_CACHE " #MAKECOMMAND:STRING=nmake -i #CMAKE_MAKE_PROGRAM:FILEPATH=nmake #CMAKE_GENERATOR:INTERNAL=NMake Makefiles #BUILDNAME:STRING=Win32-nmake71 #SITE:STRING=VOGON.kitware #CVSCOMMAND:FILEPATH=C:/cygwin/bin/cvs.exe #") # set any extra environment variables here SET (CTEST_ENVIRONMENT ) #CTEST_START (Experimental) #CTEST_UPDATE (SOURCE "${CTEST_SOURCE_DIRECTORY}") #CTEST_CONFIGURE (BUILD "${CTEST_BINARY_DIRECTORY}") #CTEST_BUILD (BUILD "${CTEST_BINARY_DIRECTORY}") #CTEST_TEST (BUILD ${CTEST_BINARY_DIRECTORY}") #CTEST_SUBMIT ()