summaryrefslogtreecommitdiff
path: root/share/cmake-3.17/Help/command/ctest_upload.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.17/Help/command/ctest_upload.rst')
-rw-r--r--share/cmake-3.17/Help/command/ctest_upload.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/share/cmake-3.17/Help/command/ctest_upload.rst b/share/cmake-3.17/Help/command/ctest_upload.rst
new file mode 100644
index 0000000..39d9de1
--- /dev/null
+++ b/share/cmake-3.17/Help/command/ctest_upload.rst
@@ -0,0 +1,22 @@
+ctest_upload
+------------
+
+Upload files to a dashboard server as a :ref:`Dashboard Client`.
+
+::
+
+ ctest_upload(FILES <file>... [QUIET] [CAPTURE_CMAKE_ERROR <result-var>])
+
+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.
+
+``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.