CMake/Tests/CTestSubmitLargeOutput/CTestConfig.cmake

7 lines
257 B
CMake

set(CTEST_PROJECT_NAME "SubmitLargeOutput")
set(CTEST_NIGHTLY_START_TIME "01:00:00 UTC")
set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "www.cdash.org")
set(CTEST_DROP_LOCATION "/CDash/submit.php?project=PublicDashboard")
set(CTEST_DROP_SITE_CDASH TRUE)