Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hughes <tom.hughes@palm.com>2010-11-23 21:27:03 +0300
committerTom Hughes <tom.hughes@palm.com>2010-11-24 08:33:20 +0300
commit14e6b07f6354f0dbeabd3c723a4586bafa662cc0 (patch)
tree5269af04ffc55de15949c40dfa62c28a4e61c568 /CTestConfig.cmake
parent342b8b2ed21fe429187f91eb4314af54b801a5f5 (diff)
cmake: Add cdash support.
Diffstat (limited to 'CTestConfig.cmake')
-rw-r--r--CTestConfig.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/CTestConfig.cmake b/CTestConfig.cmake
new file mode 100644
index 00000000000..851fa25816a
--- /dev/null
+++ b/CTestConfig.cmake
@@ -0,0 +1,7 @@
+set(CTEST_PROJECT_NAME "node")
+set(CTEST_NIGHTLY_START_TIME "00:00:00 EST")
+
+set(CTEST_DROP_METHOD "http")
+set(CTEST_DROP_SITE "my.cdash.org")
+set(CTEST_DROP_LOCATION "/submit.php?project=node")
+set(CTEST_DROP_SITE_CDASH TRUE)