diff options
author | Betsy McPhail <betsy.mcphail@kitware.com> | 2018-10-04 15:34:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-10-10 10:55:59 (GMT) |
commit | a6e0158712bd25256fb66cf21c047b81d65bc4fe (patch) | |
tree | 218ec6d34578bb6e61a28f10b5e5f51203ea880d /Help/command | |
parent | f460bbd4c8afab56f93b9831f1f4d8336480fcc5 (diff) | |
download | CMake-a6e0158712bd25256fb66cf21c047b81d65bc4fe.zip CMake-a6e0158712bd25256fb66cf21c047b81d65bc4fe.tar.gz CMake-a6e0158712bd25256fb66cf21c047b81d65bc4fe.tar.bz2 |
ctest_submit: Add support for a "Done" part
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)`.
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/ctest_submit.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/command/ctest_submit.rst b/Help/command/ctest_submit.rst index 2ba6bef..426475c 100644 --- a/Help/command/ctest_submit.rst +++ b/Help/command/ctest_submit.rst @@ -33,6 +33,7 @@ The options are: ExtraFiles = Files listed by CTEST_EXTRA_SUBMIT_FILES Upload = Files prepared for upload by ctest_upload(), in Upload.xml Submit = nothing + Done = Build is complete, in Done.xml ``FILES <file>...`` Specify an explicit list of specific files to be submitted. |