We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb08218 commit 6dd0277Copy full SHA for 6dd0277
CTestConfig.cmake
@@ -8,6 +8,6 @@ set(CTEST_PROJECT_NAME "CURL")
8
set(CTEST_NIGHTLY_START_TIME "00:00:00 EST")
9
10
set(CTEST_DROP_METHOD "http")
11
-set(CTEST_DROP_SITE "www.cdash.org")
12
-set(CTEST_DROP_LOCATION "/CDashPublic/submit.php?project=CURL")
+set(CTEST_DROP_SITE "my.cdash.org")
+set(CTEST_DROP_LOCATION "/submit.php?project=CURL")
13
set(CTEST_DROP_SITE_CDASH TRUE)
0 commit comments