mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Teach CTest to submit Done.xml. Submission of this file indicates to CDash that a build is complete and no more files will be uploaded. It contains the build id returned by CDash and the current time. This file is submitted last for a given build when using the `ctest_submit()` command. If submitting by PARTS, use `ctest_submit(PARTS Done)`.
6 lines
190 B
ReStructuredText
6 lines
190 B
ReStructuredText
ctest-done
|
|
----------
|
|
|
|
* The :command:`ctest_submit` command learned a new ``Done`` part that can be used
|
|
to inform CDash that a build is complete and that no more parts will be uploaded.
|