summaryrefslogtreecommitdiffstats
path: root/Help/command/ctest_upload.rst
Commit message (Collapse)AuthorAgeFilesLines
* CTest: Add CAPTURE_CMAKE_ERROR val to `ctest_*` commandsBill Hoffman2016-09-201-1/+5
| | | | | | | If a `ctest_*` command has CAPTURE_CMAKE_ERROR then any errors generated by cmake during that command will cause the value to be assigned `-1`. This will prevent a `ctest -S` script from returning non-zero unless the script explicitly calls `message(FATAL_ERROR)`.
* Help: Revise ctest_* command documentation (#15559)Brad King2015-05-071-6/+10
| | | | | | Revise documentation for the major dashboard client step ``ctest_*`` commands. Modernize the documentation formatting. Add some missing options.
* ctest_upload: Add QUIET optionZack Galbreath2015-02-231-1/+4
|
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+11
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.