Alan DeKok wrote:
It's about time we have a formal testing process. I have some hosted machines with spare cycles.
I'll install CruiseControl...
Nope. After a quick review of "continuous integration" systems: - few integrate with git - most integrate with other build systems (Ant, etc.), and not "make" - most require enormous amounts of additional packages - or language-specific packages (ruby, python) - that then have build errors... - the online versions are very slow - the documentation is horrible - it can do X! We do X! - How can *I* do X? It's not documented... anywhere - it integrates with git! - where? What do I edit? - Errr... that's not documented anywhere - including the sample configuration files I think it's easier just to write a few shell scripts && a cron job, to do daily builds. Alan DeKok.