summaryrefslogtreecommitdiffstats
path: root/CTestConfig.cmake
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-03 10:30:09 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-03 10:30:09 (GMT)
commit8124991ded20a7b2f36a056dc701d138573561fc (patch)
tree541bd2fd0894ac665eba8f708c99bfe741edca3c /CTestConfig.cmake
parentf627a8a8b139a42568f67dc18679d92806e0ff4e (diff)
downloaduscxml-8124991ded20a7b2f36a056dc701d138573561fc.zip
uscxml-8124991ded20a7b2f36a056dc701d138573561fc.tar.gz
uscxml-8124991ded20a7b2f36a056dc701d138573561fc.tar.bz2
Setup ctest for the swedish owl
Diffstat (limited to 'CTestConfig.cmake')
-rw-r--r--CTestConfig.cmake14
1 files changed, 14 insertions, 0 deletions
diff --git a/CTestConfig.cmake b/CTestConfig.cmake
new file mode 100644
index 0000000..b803f45
--- /dev/null
+++ b/CTestConfig.cmake
@@ -0,0 +1,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 "uggla.alkit.se")
+set(CTEST_DROP_LOCATION "/cdash/submit.php?project=uscxml")
+set(CTEST_DROP_SITE_CDASH TRUE)