summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2009-06-11 16:56:52 +0000
committerStephen D. Huston <shuston@apache.org>2009-06-11 16:56:52 +0000
commitbbfce705480c877be990e6b0425c4ead54e1fc92 (patch)
treeea6c7361cd3518bf860769462bb067941af1512e /qpid/cpp
parentd7ee0fc220c7d87438e8e1d792e6717707ea1cb9 (diff)
downloadqpid-python-bbfce705480c877be990e6b0425c4ead54e1fc92.tar.gz
CDash config for sending build/test results to dashboard at riverace.com
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@783846 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rwxr-xr-xqpid/cpp/CTestConfig.cmake13
1 files changed, 13 insertions, 0 deletions
diff --git a/qpid/cpp/CTestConfig.cmake b/qpid/cpp/CTestConfig.cmake
new file mode 100755
index 0000000000..4ec202f402
--- /dev/null
+++ b/qpid/cpp/CTestConfig.cmake
@@ -0,0 +1,13 @@
+## This file should be placed in the root directory of your project.
+## Then modify the CMakeLists.txt file in the root directory of your
+## project to incorporate the testing dashboard.
+## # The following are required to uses Dart and the Cdash dashboard
+## ENABLE_TESTING()
+## INCLUDE(CTest)
+set(CTEST_PROJECT_NAME "qpid-cpp")
+set(CTEST_NIGHTLY_START_TIME "00:00:00 EST")
+
+set(CTEST_DROP_METHOD "http")
+set(CTEST_DROP_SITE "www.riverace.com")
+set(CTEST_DROP_LOCATION "/CDash-1.4.2/submit.php?project=qpid-cpp")
+set(CTEST_DROP_SITE_CDASH TRUE)