blob: 39d9de1a35d7dede40b326da9b49deacd9c3e733 [file] [log] [blame]
Karthik Ravindran0b183842017-08-23 11:56:49 -07001ctest_upload
2------------
3
4Upload files to a dashboard server as a :ref:`Dashboard Client`.
5
6::
7
8 ctest_upload(FILES <file>... [QUIET] [CAPTURE_CMAKE_ERROR <result-var>])
9
10The options are:
11
12``FILES <file>...``
13 Specify a list of files to be sent along with the build results to the
14 dashboard server.
15
16``QUIET``
17 Suppress any CTest-specific non-error output that would have been
18 printed to the console otherwise.
19
20``CAPTURE_CMAKE_ERROR <result-var>``
21 Store in the ``<result-var>`` variable -1 if there are any errors running
22 the command and prevent ctest from returning non-zero if an error occurs.