summaryrefslogtreecommitdiffstats
path: root/CTestConfig.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'CTestConfig.cmake')
-rw-r--r--CTestConfig.cmake14
1 files changed, 0 insertions, 14 deletions
diff --git a/CTestConfig.cmake b/CTestConfig.cmake
deleted file mode 100644
index 77b3480..0000000
--- a/CTestConfig.cmake
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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)