X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=README.md;h=04bab764e0e04204dd3e1bbe997f750d62ae9520;hb=d3b7c02d8dfffbe00caae860e7a05248ee70efcd;hp=1c8a17ff5d62f329c09ee63b897fd936160e2fb1;hpb=8743cd1694c5baf929d7dd25291a6609e360a548;p=m6w6%2Fbtr diff --git a/README.md b/README.md index 1c8a17f..04bab76 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,32 @@ A simple tool to automate reporting of build and test results. * source: git, svn * build: php, pecl +* report: mail + +#### Usage +``` +Usage: btr [-hv] [] + + -h, --help Display this help + -v, --verbose Be more verbose + + Options: + -s, --source= Use the specified source ruleset + -b, --build= Use the specified build ruleset + -r, --report= Use the specifued report ruleset + -B, --branch= Checkout this branch + -D, --directory= Use this directory as work root + -S, --suffix= Append suffix to the build name + -C, --configure= Define $CONFIGURE options + + Rulesets: + source: git + build: php + report: mail +``` +#### Examples + +`USER=mike@php.net ./bin/btr -s svn -b pecl -r mail -v https://svn.php.net/repository/pecl/http -B branches/DEV_2` + +`USER=mike@php.net TESTS=tests/output ./bin/btr -s git -b php -r mail git@git.php.net:php-src.git`