X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fbtr;a=blobdiff_plain;f=README.md;h=f482cc8c70cd541c9de1e11a8344d33e9efc686d;hp=a2d16aca2e2150499ed3037f421cdc9f05a4e026;hb=5735fce9818606a36ff3ebbbf902030bcd46c506;hpb=723234aa4cf23ea42995dc9b2d8598035c3f2332 diff --git a/README.md b/README.md index a2d16ac..f482cc8 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,16 @@ # btr +A poor man's CI tool. + ## BUILD TEST REPORT A simple tool to automate reporting of build and test results. ### Currently supported rulesets: -* source: git, svn -* build: php, pecl -* report: mail +* ***source:*** git, svn +* ***build:*** php, pecl, gnu +* ***report:*** mail, notify-send #### Usage ``` @@ -27,9 +29,9 @@ Usage: btr [-hv] [] -C, --configure= Define $CONFIGURE options Rulesets: - source: git, svn - build: php, pecl - report: mail + source: git svn + build: gnu pecl php + report: mail notify-send ``` #### Examples