mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 22:58:41 +00:00
601ff0ec55
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).
10 lines
329 B
ReStructuredText
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.
|