summaryrefslogtreecommitdiffstats
path: root/CTestConfig.cmake
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2016-05-12 13:12:33 (GMT)
committerStefan Radomski <github@mintwerk.de>2016-05-12 13:12:33 (GMT)
commitb62e7979600feee23dc7cdb61042a8fc7673122b (patch)
treef7351372f37979dd2d048e0b68a16a4cd3b2aadb /CTestConfig.cmake
parent1b11b310be61e51b3ac5ebb83f7c8a33aef3d6e8 (diff)
downloaduscxml-b62e7979600feee23dc7cdb61042a8fc7673122b.zip
uscxml-b62e7979600feee23dc7cdb61042a8fc7673122b.tar.gz
uscxml-b62e7979600feee23dc7cdb61042a8fc7673122b.tar.bz2
Major Refactoring v2.0
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)