summaryrefslogtreecommitdiffstats
path: root/Help/command/ctest_submit.rst
Commit message (Collapse)AuthorAgeFilesLines
* ctest_submit: Add option BUILD_IDZack Galbreath2019-03-221-2/+8
| | | | Fixes: #18968
* Help: add code-block directiveKyle Edwards2019-03-071-1/+1
|
* Help: provide example for HTTPHEADER option to ctest_submitZack Galbreath2019-03-071-1/+9
|
* CTest: Add documentation and release notes for SubmitURLRegina Pfeifer2019-01-161-2/+8
|
* ctest_submit: Add support for a "Done" partBetsy McPhail2018-10-101-0/+1
| | | | | | | | | | | 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)`.
* Help: Add CAPTURE_CMAKE_ERROR to ctest_submit and ctest_update documentationBetsy McPhail2018-08-291-0/+5
| | | | | Also, added CAPTURE_CMAKE_ERROR to vim synax file for ctest_submit, ctest_update and ctest_memcheck.
* Help: Add RETURN_VALUE as an option to ctest_submit(CDASH_UPLOADBetsy McPhail2018-08-151-2/+3
|
* Help: Some spelling corrections for commands.Yee Fan2018-04-201-1/+1
|
* ctest_submit: Add HTTPHEADER optionZack Galbreath2017-05-041-2/+8
| | | | | | | | | Allow CTest script writers to specify additional HTTP headers to be sent to CDash during submission. The motivating case for this feature is a corresponding change in CDash. This will allow projects to refuse submissions from any site not bearing a valid authentication token.
* ctest_submit: Update documentation for CDash upload retriesZack Galbreath2017-01-201-1/+7
|
* Help: Revise ctest_* command documentation (#15559)Brad King2015-05-071-32/+41
| | | | | | Revise documentation for the major dashboard client step ``ctest_*`` commands. Modernize the documentation formatting. Add some missing options.
* ctest_submit: Add QUIET optionZack Galbreath2015-02-231-0/+4
| | | | | Specifying this option prevents CTest from printing any non-error messages to the console for this call to ctest_submit().
* ctest_submit: Make CDASH_UPLOAD mode arguments more strictBrad King2015-01-201-3/+5
| | | | | Disallow mixing of arguments from different command signatures. Extend the RunCMake.CTestSubmit test to cover such error cases.
* ctest_submit: Add CDASH_UPLOAD mode to upload files to CDashBill Hoffman2015-01-201-0/+11
| | | | | | This adds support for the new cdash API where arbitrary files can be uploaded to the CDash server. This CDash API communicates via json files so the json parser jsoncpp was added to the Utilities directory.
* Help: Wrap long ctest_submit signature lineBrad King2014-10-221-1/+5
|
* CTest: added documentation for the "Upload" submission PARTNils Gladitz2013-11-151-0/+1
|
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+34
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.