diff options
Diffstat (limited to 'Help/command/ctest_upload.rst')
-rw-r--r-- | Help/command/ctest_upload.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Help/command/ctest_upload.rst b/Help/command/ctest_upload.rst new file mode 100644 index 0000000..9156af5 --- /dev/null +++ b/Help/command/ctest_upload.rst @@ -0,0 +1,11 @@ +ctest_upload +------------ + +Upload files to a dashboard server. + +:: + + ctest_upload(FILES ...) + +Pass a list of files to be sent along with the build results to the +dashboard server. |