mirror of
https://github.com/reactos/CMake.git
synced 2024-12-04 01:22:28 +00:00
695d6f62d3
Revise documentation for the major dashboard client step ``ctest_*`` commands. Modernize the documentation formatting. Add some missing options.
19 lines
384 B
ReStructuredText
19 lines
384 B
ReStructuredText
ctest_upload
|
|
------------
|
|
|
|
Upload files to a dashboard server as a :ref:`Dashboard Client`.
|
|
|
|
::
|
|
|
|
ctest_upload(FILES <file>... [QUIET])
|
|
|
|
The options are:
|
|
|
|
``FILES <file>...``
|
|
Specify a list of files to be sent along with the build results to the
|
|
dashboard server.
|
|
|
|
``QUIET``
|
|
Suppress any CTest-specific non-error output that would have been
|
|
printed to the console otherwise.
|