Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mbed-os-example-blinky-gr-lychee GR-Boads_Camera_sample GR-Boards_Audio_Recoder GR-Boads_Camera_DisplayApp ... more
tools/ci_templates/library_build/report.html@0:f782d9c66c49, 2018-02-02 (annotated)
- Committer:
- dkato
- Date:
- Fri Feb 02 05:42:23 2018 +0000
- Revision:
- 0:f782d9c66c49
mbed-os for GR-LYCHEE
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
dkato | 0:f782d9c66c49 | 1 | <h2>{{failing_builds|length}} Failing Builds</h2> |
dkato | 0:f782d9c66c49 | 2 | {% for report in failing_builds %} |
dkato | 0:f782d9c66c49 | 3 | {% include 'library_build/build_report.html' %} |
dkato | 0:f782d9c66c49 | 4 | {% endfor %} |
dkato | 0:f782d9c66c49 | 5 | |
dkato | 0:f782d9c66c49 | 6 | <h2>{{passing_builds|length}} Passing Builds</h2> |
dkato | 0:f782d9c66c49 | 7 | {% for report in passing_builds %} |
dkato | 0:f782d9c66c49 | 8 | {% include 'library_build/build_report.html' %} |
dkato | 0:f782d9c66c49 | 9 | {% endfor %} |
dkato | 0:f782d9c66c49 | 10 | |
dkato | 0:f782d9c66c49 | 11 | {% include 'scripts.js' %} |