CTestConfig.cmake 382 B

1234567891011
  1. # Dashboard is opened for submissions for a 24 hour period starting at
  2. # the specified NIGHLY_START_TIME. Time is specified in 24 hour format.
  3. set(CTEST_PROJECT_NAME "MpdRoot")
  4. set(CTEST_NIGHTLY_START_TIME "01:00:00 UTC")
  5. set(CTEST_DROP_METHOD "http")
  6. set(CTEST_DROP_SITE "mpd.jinr.ru")
  7. set(CTEST_DROP_LOCATION "/cdash/submit.php?project=MpdRoot")
  8. set(CTEST_DROP_SITE_CDASH TRUE)