[coreboot] Jenkins: Build test all programs under `utils` too

Patrick Georgi patrick at georgi-clan.de
Wed Apr 3 13:47:44 CEST 2013


Am 02.04.2013 12:11, schrieb Paul Menzel:
> if I am not mistaken, all programs under `utils/` are currently not
> built tested. Could that be changed, please? Maybe the following script
> could be integrated somehow?
> 
>         $ for s in util/*; do cd "$s"; make; cd -; done
> 
> Be aware that I have no idea how to use Jenkins.
The main complication is that all build steps should emit some report in
JUnit-format. This can easily be done by shell scripts (in fact, see
abuild), but it needs to be done.

Otherwise we'd have silent errors instead of a clear error/failure
report on what's going on.


Patrick

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 261 bytes
Desc: OpenPGP digital signature
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20130403/e7f2799d/attachment.sig>


More information about the coreboot mailing list