CMake/Help/command/ctest_upload.rst

15 lines
309 B
ReStructuredText
Raw Normal View History

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