Files
CMake/Help/variable/CTEST_CHANGE_ID.rst
Tyler Yankee 1bc30bd30d Help/ctest: Improve formatting of dashboard options
We must differentiate between the `ctest -D` dashboard and `ctest -D`
variable options.
2026-06-02 13:49:16 -04:00

13 lines
444 B
ReStructuredText

CTEST_CHANGE_ID
---------------
.. versionadded:: 3.4
Specify the CTest ``ChangeId`` setting
in a :manual:`ctest(1)` :ref:`Dashboard Client` script,
or on the :program:`ctest` command line via the :ctest-dashboard-option:`-D` option.
This setting allows CTest to pass arbitrary information about this
build up to CDash. One use of this feature is to allow CDash to
post comments on your pull request if anything goes wrong with your build.