fixed: HDR stage render into a parent stage target
[opensg.git] / Experimental.linux.ctest
blob715d09620a6278f521f51c3b72bb0826d6a188be
2 SET (CTEST_SOURCE_DIRECTORY "/home/reiners/OpenSG/trunk")
3 SET (CTEST_BINARY_DIRECTORY "/data/Builds/OpenSG_trunk")
5 SET (CTEST_CVS_COMMAND "/usr/bin/svn")
6 SET (CTEST_CVS_CHECKOUT  "${CTEST_CVS_COMMAND} co http://www.opensg.org/svn_repo/trunk ${CTEST_SOURCE_DIRECTORY}")
8 # which ctest command to use for running the dashboard
9 SET (CTEST_COMMAND "/usr/bin/ctest -D Experimental")
11 # what cmake command to use for configuring this dashboard
12 SET (CTEST_CMAKE_COMMAND "/usr/bin/cmake")
14 # should ctest wipe the binary tree before running
15 SET (CTEST_START_WITH_EMPTY_BINARY_DIRECTORY FALSE)
17 # this is the initial cache to use for the binary tree, be careful to escape
18 # any quotes inside of this string if you use it
19 SET (CTEST_INITIAL_CACHE "
20 BUILD_TESTING:BOOL=ON
21 CMAKE_BUILD_TYPE:STRING=RelWithDebInfo
22 OSGBUILD_ENABLE_PACKAGING:BOOL=ON
23 OSGBUILD_EXAMPLES_ADVANCED:BOOL=ON
24 OSGBUILD_EXAMPLES_SIMPLE:BOOL=ON
25 OSGBUILD_TESTS:BOOL=ON
26 OSGBUILD_UNITTESTS:BOOL=ON
28 SITE:STRING=Dirk-Home
29 BUILDNAME:STRING=FC11-gcc441
30 CVSCOMMAND:FILEPATH=/usr/bin/svn
33 # set any extra environment variables to use during the execution of the script here:
34 SET (CTEST_ENVIRONMENT