ctest_upload.rst 384 B

123456789101112131415161718
  1. ctest_upload
  2. ------------
  3. Upload files to a dashboard server as a :ref:`Dashboard Client`.
  4. ::
  5. ctest_upload(FILES <file>... [QUIET])
  6. The options are:
  7. ``FILES <file>...``
  8. Specify a list of files to be sent along with the build results to the
  9. dashboard server.
  10. ``QUIET``
  11. Suppress any CTest-specific non-error output that would have been
  12. printed to the console otherwise.