diff options
author | Brad King <brad.king@kitware.com> | 2015-07-17 14:36:17 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-07-17 14:36:17 (GMT) |
commit | a5412fbab45c9386f95fba3567e38c7b1cf8308d (patch) | |
tree | a1d64dae4636cc5d9d96a2f6914fc42f6bd79e68 /Help/variable | |
parent | 536b6c7519e221573cdf96db13b9d72b65c80b0b (diff) | |
parent | 601ff0ec55517bc2a80e9a8cc2340f1c18b93490 (diff) | |
download | CMake-a5412fbab45c9386f95fba3567e38c7b1cf8308d.zip CMake-a5412fbab45c9386f95fba3567e38c7b1cf8308d.tar.gz CMake-a5412fbab45c9386f95fba3567e38c7b1cf8308d.tar.bz2 |
Merge topic 'ctest-change-id'
601ff0ec CTest: Optionally add a ChangeId attribute on XML Site tags
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. |