Difference between revisions of "Autobuild build"
Jump to navigation
Jump to search
Rand Linden (talk | contribs) |
(re-added pass-through options (copied table row from Autobuild_configure)) |
||
Line 37: | Line 37: | ||
|None | |None | ||
|Do not configure before building | |Do not configure before building | ||
|- | |||
| -- ''option'' | |||
|N/A | |||
| Option to pass, including leading dash | |||
| Pass specified option to the configuration command. Passed "as is," so don't forget the "-". Example: | |||
<code>-- -DFMOD:BOOL=ON</code> | |||
|- | |- |
Revision as of 14:17, 10 March 2011
autobuild build
option [value] [option [value]] ...
option [value] [option [value]] ...
Builds the current package and copies its output artifacts into the build
directory for use by the autobuild package
command.
Standard Options
Option | Shortcut | Value | Description |
---|---|---|---|
--debug | -d | None | Display debug output |
--dry-run | -n | None | Run tool in dry run mode if available |
--help | -h | None | Show help message |
--quiet | -q | None | Display minimal output |
--verbose | -v | None | Display verbose output |
Command-Specific Options
Option | Shortcut | Value | Description |
---|---|---|---|
--all | -a | None | Build all configurations |
--config-file config-file | N/A | Configuration file to use | Build using the specified configuration file |
--configuration config | -c config | Configuration to use | Build a specific build configuration |
--no-configure | N/A | None | Do not configure before building |
-- option | N/A | Option to pass, including leading dash | Pass specified option to the configuration command. Passed "as is," so don't forget the "-". Example:
|
--use-cwd | N/A | None | Build in current working directory |