diff options
author | Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com> | 2018-08-01 20:58:25 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@constrainttec.com> | 2018-08-05 10:22:06 (GMT) |
commit | f9b26718b7499e1edc5bb9f3ba6375d6c53fb891 (patch) | |
tree | b4529f1f3e54823c8f0ac26278283f036baad4ba /CONTRIBUTING.rst | |
parent | f0e82ce9a2f50e7ce0b9b95dcf32e47ce9a08369 (diff) | |
download | CMake-f9b26718b7499e1edc5bb9f3ba6375d6c53fb891.zip CMake-f9b26718b7499e1edc5bb9f3ba6375d6c53fb891.tar.gz CMake-f9b26718b7499e1edc5bb9f3ba6375d6c53fb891.tar.bz2 |
contributing: Document that anyone can contribute testing machine
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r-- | CONTRIBUTING.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 01987be..9e67703 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -47,6 +47,20 @@ The merge request will enter the `CMake Review Process`_ for consideration. .. _`commit messages`: Help/dev/review.rst#commit-messages .. _`CMake Review Process`: Help/dev/review.rst +CMake Dashboard Client +====================== + +The *integration testing* step of the `CMake Review Process`_ uses a set of +testing machines that follow an integration branch on their own schedule to +drive testing and submit results to the `CMake CDash Page`_. Anyone is +welcome to provide testing machines in order to help keep support for their +platforms working. + +See documentation on `CMake Testing Process`_ for more information. + +.. _`CMake CDash Page`: https://open.cdash.org/index.php?project=CMake +.. _`CMake Testing Process`: Help/dev/testing.rst + License ======= |