2010-05-06 00:08:41 +00:00
|
|
|
## 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)
|
2010-09-21 19:50:10 +00:00
|
|
|
set(CTEST_PROJECT_NAME "RyzomCore")
|
|
|
|
set(CTEST_NIGHTLY_START_TIME "00:00:00 CST")
|
2010-09-24 13:50:22 +00:00
|
|
|
set(CTEST_UPDATE_TYPE "hg")
|
2010-05-06 00:08:41 +00:00
|
|
|
set(CTEST_DROP_METHOD "http")
|
2014-04-25 19:00:46 +00:00
|
|
|
set(CTEST_DROP_SITE "ci.ryzomcore.org")
|
|
|
|
set(CTEST_DROP_LOCATION "/submit.php?project=RyzomCore")
|
2010-05-06 00:08:41 +00:00
|
|
|
set(CTEST_DROP_SITE_CDASH TRUE)
|