Open main menu

Difference between revisions of "Buildbot"

No change in size ,  00:43, 16 March 2009
m
minor cleanup
(spelling/typo fixes)
m (minor cleanup)
Line 18: Line 18:
== Status ==
== Status ==


What we got so far:
What we have 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 being built incrementally.
* When a change occurs, all ports are being built incrementally.
Line 34: Line 34:
* No custom Makefiles from the ''backend/'' folder, the port has to use the ''./configure'' script.
* No custom Makefiles from the ''backend/'' folder, the port has to use the ''./configure'' script.
* The compile process doesn't modify nor add anything in the source tree (The ''./configure'' script is called from another directory).
* The compile process doesn't modify nor add anything in the source tree (The ''./configure'' script is called from another directory).
* The port is fully build-able from scratch with only ''./configure'' arguments and environment variables for it.
* The port is fully buildable from scratch with only ''./configure'' arguments and environment variables for it.


The toolchain should be maintained by the port maintainer, but since this requires a little Linux experience, its not a must ;)
The toolchain should be maintained by the port maintainer, but since this requires a little Linux experience, its not a must ;)


If your toolchain/port is ready to be added, ask ''sev'', ''joostp'' or ''dhewg'' for an account.
If your toolchain/port is ready to be added, ask ''sev'', ''joostp'' or ''dhewg'' for an account.
2,051

edits