diff options
| author | Jonathan "Duke" Leto <jonathan@leto.net> | 2011-01-06 12:48:51 -0800 |
|---|---|---|
| committer | Jonathan "Duke" Leto <jonathan@leto.net> | 2011-01-06 12:48:51 -0800 |
| commit | c0cf9abb9714b0cebd4c605343bf193ff2fd336d (patch) | |
| tree | b49b2f1e91b2fb577d759190c730d39cf739ef12 | |
| parent | Tell Module::Build to be verbose (diff) | |
| download | jitterbug-c0cf9abb9714b0cebd4c605343bf193ff2fd336d.tar.gz | |
Docs for builder.pl
Diffstat (limited to '')
| -rw-r--r-- | README | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -31,4 +31,13 @@ on the server that the jitterbug Dancer app is running on, i.e. http://example.com:3001/hook/ -TODO: docs for builder.pl +Now you must start the builder, which actually clones a new git repo for +each task (this could be network-intensive) and actually runs the build +and test commands for each project. + + perl scripts/builder.pl -c config.yml + +Now, when you commit to a project that has a Jitterbug post-receive hook, +the builder check every 30 seconds for a new task and build and test your +projects! + |
