Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 8d5a9b3

Browse files
author
Jamie Snape
committed
Fix CDash server URL
1 parent dd5f7e1 commit 8d5a9b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CTestConfig.cmake

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
#=============================================================================
1919

2020
set(CTEST_PROJECT_NAME "Midas")
21-
set(CTEST_NIGHTLY_START_TIME "19:00:00 EST")
21+
set(CTEST_NIGHTLY_START_TIME "01:00:00 UTC")
2222

23-
set(CTEST_DROP_METHOD "http")
24-
set(CTEST_DROP_SITE "cdash.org")
25-
set(CTEST_DROP_LOCATION "/CDash/submit.php?project=Midas")
23+
set(CTEST_DROP_METHOD "https")
24+
set(CTEST_DROP_SITE "open.cdash.org")
25+
set(CTEST_DROP_LOCATION "/submit.php?project=Midas")
2626
set(CTEST_DROP_SITE_CDASH TRUE)

0 commit comments

Comments
 (0)