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

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to