summaryrefslogtreecommitdiffstats
path: root/CTestConfig.cmake
blob: 734518221c594f7a5607f3bf1a6c64b4f0f135b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Dashboard is opened for submissions for a 24 hour period starting at
# the specified NIGHLY_START_TIME. Time is specified in 24 hour format.
#
# run as: ctest -D Experimental
#
#SET (CTEST_NIGHTLY_START_TIME "23:00:00 EDT")

set(CTEST_PROJECT_NAME "uscxml")
set(CTEST_NIGHTLY_START_TIME "01:00:00 UTC")

set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "umundo.tk.informatik.tu-darmstadt.de")
set(CTEST_DROP_LOCATION "/cdash/submit.php?project=uscxml")
set(CTEST_DROP_SITE_CDASH TRUE)