summaryrefslogtreecommitdiffstats
path: root/CTestConfig.cmake
blob: 77b3480e6fa12d0473b90e890dc63e61110c0199 (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 "uscxml.tk.informatik.tu-darmstadt.de")
set(CTEST_DROP_LOCATION "/cdash/submit.php?project=uscxml")
set(CTEST_DROP_SITE_CDASH TRUE)