2,051
edits
(spelling/typo fixes) |
m (minor cleanup) |
||
Line 18: | Line 18: | ||
== Status == | == Status == | ||
What we | 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 | * 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. |
edits