2013-10-15 11:17:36 -04:00
|
|
|
ctest_upload
|
|
|
|
------------
|
|
|
|
|
2015-05-07 16:10:20 -04:00
|
|
|
Upload files to a dashboard server as a :ref:`Dashboard Client`.
|
2013-10-15 11:17:36 -04:00
|
|
|
|
|
|
|
::
|
|
|
|
|
2016-07-28 15:12:43 -04:00
|
|
|
ctest_upload(FILES <file>... [QUIET] [CAPTURE_CMAKE_ERROR <result-var>])
|
2013-10-15 11:17:36 -04:00
|
|
|
|
2015-05-07 16:10:20 -04:00
|
|
|
The options are:
|
2015-02-18 09:15:29 -05:00
|
|
|
|
2015-05-07 16:10:20 -04:00
|
|
|
``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.
|
2016-07-28 15:12:43 -04:00
|
|
|
|
|
|
|
``CAPTURE_CMAKE_ERROR <result-var>``
|
|
|
|
Store in the ``<result-var>`` variable -1 if there are any errors running
|
|
|
|
the command and prevent ctest from returning non-zero if an error occurs.
|