KWSys: Submit dashboard builds to PublicDashboard

CMake's test suite includes a dashboard build of KWSys directly out of
the CMake source tree.  Upstream KWSys switched to a dedicated dashboard
but CMake's test should still submit to the PublicDashboard project.
This commit is contained in:
Brad King 2012-10-01 15:44:23 -04:00
parent 4b8d3639ad
commit 3db0b51474
1 changed files with 1 additions and 1 deletions

View File

@ -13,5 +13,5 @@ set(CTEST_PROJECT_NAME "KWSys")
set(CTEST_NIGHTLY_START_TIME "21:00:00 EDT")
set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "open.cdash.org")
set(CTEST_DROP_LOCATION "/submit.php?project=KWSys")
set(CTEST_DROP_LOCATION "/submit.php?project=PublicDashboard")
set(CTEST_DROP_SITE_CDASH TRUE)