mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03: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)
|