Difference between revisions of "Autobuild build"

From Second Life Wiki
Jump to navigation Jump to search
Line 10: Line 10:
|command=  
|command=  
autobuild build ''option'' [''argument''] [''option'' [''argument'']] ...
autobuild build ''option'' [''argument''] [''option'' [''argument'']] ...
|comments=This command builds platform targets.
|comments=Builds platform targets.
}}
}}


Line 16: Line 16:
|--
|--
!Option
!Option
!Shortcut
!Argument
!Argument
!Description
!Description


|- style="vertical-align: top;"
|-  
| -h, --help
| --all
| -a
|None
|None
|Show this help message and exit
|Build all configurations


|- style="vertical-align: top;"
|-  
| --config-file ''config-file''
| --config-file ''config-file''
|N/A
|Configuration file to use
|Configuration file to use
|Build using the specified configuration file
|Build using the specified configuration file


|- style="vertical-align: top;"
|-  
| --configuration ''config''
| -c ''config''
| Configuration to use
| Build a specific build configuration
 
|-  
| --no-configure
| --no-configure
|N/A
|None
|None
|Do not configure before building
|Do not configure before building


|- style="vertical-align: top;"
|-  
| --all, -a
|None
|Build all configurations
 
|- style="vertical-align: top;"
| --configuration ''config'', -c ''config''
| Configuration to use
| Build a specific build configuration
 
|- style="vertical-align: top;"
| --use-cwd
| --use-cwd
|N/A
|None
|None
|Build in current working directory
|Build in current working directory
|- style="vertical-align: top;"
| --dry-run
|None
|Run tool in dry run mode if available
|- style="vertical-align: top;"
| --quiet
|None
|Minimal output
|- style="vertical-align: top;"
| --verbose
|None
|Verbose output
|- style="vertical-align: top;"
| --debug
|None
|Run in debug mode


|}
|}


[[Category:Autobuild]]
[[Category:Autobuild]]

Revision as of 16:11, 9 March 2011

autobuild build option [argument] [option [argument]] ...

Builds platform targets.

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
Option Shortcut Argument 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
--use-cwd N/A None Build in current working directory