Browse Source

Merge topic 'doc-dev-buildbot-lints'

9685d077 Help/dev: Document buildbot lint-iwyu-tidy builder

Acked-by: Kitware Robot <[email protected]>
Merge-request: !897
Brad King 8 years ago
parent
commit
0bb67499c3
1 changed files with 6 additions and 1 deletions
  1. 6 1
      Help/dev/review.rst

+ 6 - 1
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