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/manual | |
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/manual')
-rw-r--r-- | Help/manual/cmake-variables.7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-variables.7.rst b/Help/manual/cmake-variables.7.rst index f54436a..19d0c68 100644 --- a/Help/manual/cmake-variables.7.rst +++ b/Help/manual/cmake-variables.7.rst @@ -351,6 +351,7 @@ Variables for CTest /variable/CTEST_BUILD_NAME /variable/CTEST_BZR_COMMAND /variable/CTEST_BZR_UPDATE_OPTIONS + /variable/CTEST_CHANGE_ID /variable/CTEST_CHECKOUT_COMMAND /variable/CTEST_CONFIGURATION_TYPE /variable/CTEST_CONFIGURE_COMMAND |