summaryrefslogtreecommitdiffstats
path: root/Help/dev
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-05-26 18:34:38 (GMT)
committerBrad King <brad.king@kitware.com>2017-05-30 13:34:30 (GMT)
commit9685d0773c1290ad9e7238f6e24395dac3f18a3d (patch)
tree1c0f8f15d4de5aa3dc2f5362ccc3ad3ef85c177e /Help/dev
parentbc407ba6ba28293b5fc0025fa08e8fe71365eab8 (diff)
downloadCMake-9685d0773c1290ad9e7238f6e24395dac3f18a3d.zip
CMake-9685d0773c1290ad9e7238f6e24395dac3f18a3d.tar.gz
CMake-9685d0773c1290ad9e7238f6e24395dac3f18a3d.tar.bz2
Help/dev: Document buildbot lint-iwyu-tidy builder
This builder builds CMake using lint tools but does not run the test suite. Document it for reviewers to request with `Do: test -i lint`.
Diffstat (limited to 'Help/dev')
-rw-r--r--Help/dev/review.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/Help/dev/review.rst b/Help/dev/review.rst
index c4122d4..9450bf0 100644
--- a/Help/dev/review.rst
+++ b/Help/dev/review.rst
@@ -216,7 +216,12 @@ Builder names follow the pattern ``project-host-os-buildtype-generator``:
* ``host``: the buildbot host
* ``os``: one of ``windows``, ``osx``, or ``linux``
* ``buildtype``: ``release`` or ``debug``
-* ``generator``: ``ninja``, ``makefiles``, or ``vs<year>``
+* ``generator``: ``ninja``, ``makefiles``, ``vs<year>``,
+ or ``lint-iwyu-tidy``
+
+The special ``lint-<tools>`` generator name is a builder that builds
+CMake using lint tools but does not run the test suite (so the actual
+generator does not matter).
.. _`buildbot`: http://buildbot.net
.. _`CMake CDash Page`: https://open.cdash.org/index.php?project=CMake