mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-20 21:40:15 +08:00

Add a copy of the CTestConfig.cmake from Step 9 into the directory for Step 8. Expand the information about the contents of the CTestConfig file and write a brief explanation of where on CDash to acquire the CTestConfig file for a specific project. CMake Issue: #22663
8 lines
245 B
CMake
8 lines
245 B
CMake
set(CTEST_PROJECT_NAME "CMakeTutorial")
|
|
set(CTEST_NIGHTLY_START_TIME "00:00:00 EST")
|
|
|
|
set(CTEST_DROP_METHOD "http")
|
|
set(CTEST_DROP_SITE "my.cdash.org")
|
|
set(CTEST_DROP_LOCATION "/submit.php?project=CMakeTutorial")
|
|
set(CTEST_DROP_SITE_CDASH TRUE)
|