On Mar 2, 2009, at 4:02 AM, Michael Peters wrote:

What would be really nice is if buildbot could run "make smoke" so that it submits to smolder.

It does do this. Right now I have 5 build steps defined:

1: ['/usr/bin/svn', 'checkout', '--revision', '37076', '--non- interactive', 'https://svn.parrot.org/parrot/trunk', 'build']

2: ['perl', 'Configure.pl']

3: ['make']

4: ['make', 'smoke']

5: ['grep', 'ok, 0 failed,', './smoke.html']

That last one, #5, is a hack, to find out if the build as a whole was successful.

If you would like to set up a build slave on some other platform, let me know.

-M

-------------------------------------------------------
Matisse Enzer <[email protected]>
http://www.matisse.net/  - http://www.eigenstate.net/



_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-dev

Reply via email to