CMake/Help/command/ctest_upload.rst
2015-02-23 10:02:00 -05:00

15 lines
309 B
ReStructuredText

ctest_upload
------------
Upload files to a dashboard server.
::
ctest_upload(FILES ... [QUIET])
Pass a list of files to be sent along with the build results to the
dashboard server.
The QUIET option suppresses any CTest-specific non-error output
that would have been printed to the console otherwise.