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:
Zack Galbreath
2015-07-07 21:50:32 -04:00
committed by Brad King
parent 7a40998329
commit 601ff0ec55
9 changed files with 67 additions and 0 deletions

View 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.