CMake/Help/variable/CTEST_CHANGE_ID.rst
Zack Galbreath 601ff0ec55 CTest: Optionally add a ChangeId attribute on XML Site tags
Add variable CTEST_CHANGE_ID to configure the setting.  This allows
CTest clients to give CDash information about what change is being
tested so that CDash can take actions to report the results (e.g. to a
pull request page).
2015-07-17 10:26:28 -04:00

10 lines
329 B
ReStructuredText

CTEST_CHANGE_ID
---------------
Specify the CTest ``ChangeId`` setting
in a :manual:`ctest(1)` dashboard client script.
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.