Lines Matching full:help
17 help='Branch name to build, or range of commits to build')
20 help='Show changes in function code size for each board')
22 help='List of board names to build separated by comma')
24 default=-1, help='Run build on the top n commits')
27 help='Reconfigure for every commit (disable incremental build)')
30 help='Show detailed information for each board in summary')
32 help="Don't build, just configure each commit")
34 default=False, help='Show errors and warnings')
36 default=False, help='Treat all compiler warnings as errors')
39 help='Force build of boards even if already built')
42 help='Force build of previously-failed build')
44 help="Fetch a toolchain for architecture FETCH_ARCH ('list' to list)."
48 help='Git repo containing branch to build', default='.')
50 help='Path to buildman config file', default='')
51 parser.add_option('-H', '--full-help', action='store_true', dest='full_help',
52 default=False, help='Display the README file')
55 help='Build in the source tree instead of a separate directory')
57 default=False, help='Do not run make mrproper (when reconfiguring)')
59 default=None, help='Number of jobs to run at once (passed to make)')
61 default=False, help='Keep all build output files (e.g. binaries)')
63 … default=False, help='Show configuration changes in summary (both board config files and Kconfig)')
65 default=False, help="Don't convert y to 1 in configs")
67 default=False, help='Show a list of boards next to each error/warning')
69 help='List available tool chains (use -v to see probing detail)')
71 default=False, help="Do a dry run (describe actions, but do nothing)")
73 … default=False, help="Don't create subdirectories when building current source for a single board")
76 help='Directory where all builds happen and buildman has its workspace (default is ../)')
78 help="Override host toochain to use for sandbox (e.g. 'clang-7')")
80 default=False, help='Do a rough build, with limited warning resolution')
82 default=False, help="Use full toolchain path in CROSS_COMPILE")
84 default=False, help="Use an O= (output) directory per board rather than per thread")
86 default=False, help='Show a build summary')
88 default=False, help='Show image size variation in summary')
90 help='Skip tests which need the network')
92 default=1, help='Only build every n commits (0=just first and last)')
94 default=False, help='run tests')
96 default=None, help='Number of builder threads to use')
98 default=False, help='Show boards with unknown build result')
100 default=False, help='Show environment changes in summary')
102 default=False, help='Show build results while the build progresses')
104 default=False, help='Run make with V=1, logging all output')
107 help='Specify a list of boards to exclude, separated by comma')