From 9685d0773c1290ad9e7238f6e24395dac3f18a3d Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 26 May 2017 14:34:38 -0400 Subject: 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`. --- Help/dev/review.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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`` +* ``generator``: ``ninja``, ``makefiles``, ``vs``, + or ``lint-iwyu-tidy`` + +The special ``lint-`` 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 -- cgit v0.12