You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
384 B
19 lines
384 B
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.
|