From: <dg...@su...> - 2009-01-11 02:27:08
|
Author: dgollub Date: Sun Jan 11 03:26:25 2009 New Revision: 5090 URL: http://www.opensync.org/changeset/5090 Log: Add CTestConfig.cmake for CDash link: http://opensync.org/testing/index.php?project=evo2-sync Added: plugins/evolution2/CTestConfig.cmake Added: plugins/evolution2/CTestConfig.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ plugins/evolution2/CTestConfig.cmake Sun Jan 11 03:26:25 2009 (r5090) @@ -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(Dart) +set(CTEST_PROJECT_NAME "evo2-sync") +set(CTEST_NIGHTLY_START_TIME "00:00:00 CET") + +set(CTEST_DROP_METHOD "http") +set(CTEST_DROP_SITE "opensync.org") +set(CTEST_DROP_LOCATION "/testing/submit.php?project=evo2-sync") +set(CTEST_DROP_SITE_CDASH TRUE) |