65
edits
(New page: == Introduction == From the [http://buildbot.net/ buildbot homepage]: :The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code cha...) |
(spelling/typo fixes) |
||
Line 20: | Line 20: | ||
What we got so far: | What we got so far: | ||
* The bot already polls the SVN repository for changes on trunk and the current branch. | * The bot already polls the SVN repository for changes on trunk and the current branch. | ||
* When a change occurs, all ports are | * When a change occurs, all ports are being built incrementally. | ||
* Once every 24h (currently 4am CET), a full and clean rebuild is compiled for all ports. | * Once every 24h (currently 4am CET), a full and clean rebuild is compiled for all ports. | ||
What's missing: | |||
* Add more toolchains for all missing ports - when possible (see below). | * Add more toolchains for all missing ports - when possible (see below). | ||
* Notify developers upon problems (IRC and/or mail is possible). | * Notify developers upon problems (IRC and/or mail is possible). |
edits