diff options
Diffstat (limited to 'Tests/CTestTestCycle/CTestConfig.cmake')
-rw-r--r-- | Tests/CTestTestCycle/CTestConfig.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/CTestTestCycle/CTestConfig.cmake b/Tests/CTestTestCycle/CTestConfig.cmake new file mode 100644 index 0000000..5bc1e9e --- /dev/null +++ b/Tests/CTestTestCycle/CTestConfig.cmake @@ -0,0 +1,4 @@ +set (CTEST_NIGHTLY_START_TIME "21:00:00 EDT") +set(CTEST_DROP_METHOD "http") +set(CTEST_DROP_SITE "open.cdash.org") +set(CTEST_DROP_LOCATION "/submit.php?project=PublicDashboard") |