[Cmake-commits] CMake branch, master, updated. v3.12.0-354-gf41b653
Kitware Robot
kwrobot at kitware.com
Sun Aug 5 05:45:02 EDT 2018
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, master has been updated
via f41b65375908725aa8a529e35e626bef9d2185f4 (commit)
via 79ba596909012230254a903d9f4b508ca2136bd9 (commit)
from 8c403214833798a5fbf0510b4e3e71ca3f674cdc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f41b65375908725aa8a529e35e626bef9d2185f4
commit f41b65375908725aa8a529e35e626bef9d2185f4
Merge: 8c40321 79ba596
Author: Craig Scott <craig.scott at crascit.com>
AuthorDate: Sun Aug 5 09:36:24 2018 +0000
Commit: Kitware Robot <kwrobot at kitware.com>
CommitDate: Sun Aug 5 05:36:33 2018 -0400
Merge topic 'help-testing-reference-script'
79ba596909 Help: Add link to cmake_common.cmake in test process docs
Acked-by: Kitware Robot <kwrobot at kitware.com>
Merge-request: !2256
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=79ba596909012230254a903d9f4b508ca2136bd9
commit 79ba596909012230254a903d9f4b508ca2136bd9
Author: Jean-Christophe Fillion-Robin <jchris.fillionr at kitware.com>
AuthorDate: Wed Aug 1 18:32:02 2018 -0400
Commit: Craig Scott <craig.scott at constrainttec.com>
CommitDate: Sun Aug 5 19:33:28 2018 +1000
Help: Add link to cmake_common.cmake in test process docs
diff --git a/Help/dev/testing.rst b/Help/dev/testing.rst
index 1b29acf..23d0ca3 100644
--- a/Help/dev/testing.rst
+++ b/Help/dev/testing.rst
@@ -26,13 +26,14 @@ commands to set up a new integration testing client:
$ git clone https://gitlab.kitware.com/cmake/dashboard-scripts.git CMakeScripts
$ cd CMakeScripts
-The ``cmake_common.cmake`` script contains comments at the top with
+The `cmake_common.cmake`_ script contains comments at the top with
instructions to set up a testing client. As it instructs, create a
CTest script with local settings and include ``cmake_common.cmake``.
.. _`CMake Review Process`: review.rst
.. _`CMake CDash Page`: https://open.cdash.org/index.php?project=CMake
.. _`CMake Dashboard Scripts Repository`: https://gitlab.kitware.com/cmake/dashboard-scripts
+.. _`cmake_common.cmake`: https://gitlab.kitware.com/cmake/dashboard-scripts/blob/master/cmake_common.cmake
Nightly Start Time
------------------
-----------------------------------------------------------------------
Summary of changes:
Help/dev/testing.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list