Karthik Ravindran | 0b18384 | 2017-08-23 11:56:49 -0700 | [diff] [blame] | 1 | ctest_upload |
| 2 | ------------ |
| 3 | |
| 4 | Upload 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 | |
| 10 | The 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. |