Skip to content

Commit

Permalink
tests: configured CTestConfig.cmake for cdash.bareos.org
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Mar 6, 2019
1 parent adb9165 commit c9e2329
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CTestConfig.cmake
Expand Up @@ -7,9 +7,9 @@
## INCLUDE(CTest)

set(CTEST_PROJECT_NAME "Bareos")
set(CTEST_NIGHTLY_START_TIME "22:00:00 CET")
set(CTEST_NIGHTLY_START_TIME "23:00:00 CET")

set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "my.cdash.org")
set(CTEST_DROP_METHOD "https")
set(CTEST_DROP_SITE "cdash.bareos.org")
set(CTEST_DROP_LOCATION "/submit.php?project=Bareos")
set(CTEST_DROP_SITE_CDASH TRUE)

0 comments on commit c9e2329

Please sign in to comment.