mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 15:10:20 -06:00
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).
This commit is contained in:
committed by
Brad King
parent
7a40998329
commit
601ff0ec55
9
Help/variable/CTEST_CHANGE_ID.rst
Normal file
9
Help/variable/CTEST_CHANGE_ID.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user