You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by sh...@apache.org on 2009/06/11 18:56:53 UTC

svn commit: r783846 - /qpid/trunk/qpid/cpp/CTestConfig.cmake

Author: shuston
Date: Thu Jun 11 16:56:52 2009
New Revision: 783846

URL: http://svn.apache.org/viewvc?rev=783846&view=rev
Log:
CDash config for sending build/test results to dashboard at riverace.com

Added:
    qpid/trunk/qpid/cpp/CTestConfig.cmake   (with props)

Added: qpid/trunk/qpid/cpp/CTestConfig.cmake
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/CTestConfig.cmake?rev=783846&view=auto
==============================================================================
--- qpid/trunk/qpid/cpp/CTestConfig.cmake (added)
+++ qpid/trunk/qpid/cpp/CTestConfig.cmake Thu Jun 11 16:56:52 2009
@@ -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)

Propchange: qpid/trunk/qpid/cpp/CTestConfig.cmake
------------------------------------------------------------------------------
    svn:executable = *



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org