diff options
author | Zack Galbreath <zack.galbreath@kitware.com> | 2015-07-08 01:50:32 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-07-17 14:26:28 (GMT) |
commit | 601ff0ec55517bc2a80e9a8cc2340f1c18b93490 (patch) | |
tree | 01bd5763d85ce64de94a3893539a205a58cb25a0 /Help/variable | |
parent | 7a409983292e0917cf1299d55ca601a92fd4a36e (diff) | |
download | CMake-601ff0ec55517bc2a80e9a8cc2340f1c18b93490.zip CMake-601ff0ec55517bc2a80e9a8cc2340f1c18b93490.tar.gz CMake-601ff0ec55517bc2a80e9a8cc2340f1c18b93490.tar.bz2 |
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).
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CTEST_CHANGE_ID.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/variable/CTEST_CHANGE_ID.rst b/Help/variable/CTEST_CHANGE_ID.rst new file mode 100644 index 0000000..a423f49 --- /dev/null +++ b/Help/variable/CTEST_CHANGE_ID.rst @@ -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. |