# DO NOT USE DIRECTLY THIS FILE!! # Copy it into a local directory, on the machine you want the dartboard server to run. # Edit the file and replace the values with the ones that match your system. # Edit also the file continuouswin.bat, and create a task with the task manager. SET (CTEST_SOURCE_DIRECTORY "D:/Work/dashboard/vtkINRIA3D/src") SET (CTEST_BINARY_DIRECTORY "D:/Work/dashboard/vtkINRIA3D/VC++-continuous") SET (CTEST_CVS_COMMAND "C:/cygwin/bin/svn.exe") SET (CTEST_CVS_CHECKOUT "${CTEST_CVS_COMMAND} co svn://scm.gforge.inria.fr/svn/vtkinria3d ${CTEST_SOURCE_DIRECTORY}") # which ctest command to use for running the dashboard SET (CTEST_COMMAND "C:/Program Files/CMake 2.4/bin/ctest.exe -D Continuous") # what cmake command to use for configuring this dashboard SET (CTEST_CMAKE_COMMAND "C:/Program Files/CMake 2.4/bin/cmake.exe") #################################################################### # 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) SET (CTEST_CONTINUOUS_DURATION 600) SET (CTEST_CONTINUOUS_MINIMUM_INTERVAL 10) SET (CTEST_START_WITH_EMPTY_BINARY_DIRECTORY_ONCE 1) # 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 " CMAKE_MAKE_PROGRAM:FILEPATH=devenv CMAKE_GENERATOR:INTERNAL=Visual Studio 7 .NET 2003 BUILDNAME:STRING=Win32-VS7.NET-2003 SITE:STRING=brainvision SVNCOMMAND:FILEPATH=C:/cygwin/bin/svn.exe VTK_DIR:STRING=D:/Work/VTK-5.0.2/VC++ USE_ITK:BOOL=ON ITK_DIR:STRING=D:/Work/ITK-3.2.0/VC++ USE_KWWidgets:BOOL=ON USE_WXWINDOWS:BOOL=ON wxWidgets_LIB_DIR:STRING=D:/Work/wxMSW-2.8.0/lib/vc_lib wxWidgets_ROOT_DIR:STRING=D:/Work/wxMSW-2.8.0 KWWidgets_DIR:STRING=D:/KWWidgets/VC++ ")