
Shipwright::Script::Build - Build the specified project

build -r [repository]

-r [--repository] REPOSITORY : specify the repository of our project
-l [--log-level] LOGLEVEL : specify the log level
(info, debug, warn, error, or fatal)
--log-file FILENAME : specify the log file
--install-base PATH : specify install base, default is an autocreated
temp dir
--skip DISTS : specify dists which will be skipped
--only DISTS : specify dists to be installed (no others will
be installed)
--skip-test : specify whether to skip tests
--only-test : just test (run t/test)
--flags FLAGS : specify flags
--name NAME : specify the name of the project
--perl PATH : specify the path of perl that run the commands
in scripts/
--with name=source,... : don't build the dist of the name in repo,
use the one specified here instead.