cmake/Help/command/ctest_upload.rst

19 lines
384 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
ctest_upload
------------
2015-08-17 11:37:30 +02:00
Upload files to a dashboard server as a :ref:`Dashboard Client`.
2014-08-03 19:52:23 +02:00
::
2015-08-17 11:37:30 +02:00
ctest_upload(FILES <file>... [QUIET])
2014-08-03 19:52:23 +02:00
2015-08-17 11:37:30 +02:00
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.