summaryrefslogtreecommitdiffstats
path: root/Help/command/ctest_submit.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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.