summaryrefslogtreecommitdiffstats
path: root/Readme.md
diff options
context:
space:
mode:
authorMichael D Kinney <michael.d.kinney@intel.com>2019-10-28 13:48:49 -0700
committerMichael D Kinney <michael.d.kinney@intel.com>2019-11-11 13:02:54 -0800
commitf8dd7c7018adf78992da572eeaf53c0ce31a411f (patch)
tree519be5b4243d2c9a7fb22d4492115f4eed3f1acb /Readme.md
parent4baa783d5e372380c64d538a153bc97640e8257c (diff)
downloadedk2-f8dd7c7018adf78992da572eeaf53c0ce31a411f.tar.gz
edk2-f8dd7c7018adf78992da572eeaf53c0ce31a411f.tar.bz2
edk2-f8dd7c7018adf78992da572eeaf53c0ce31a411f.zip
Readme.md: Add CI build status badges
https://bugzilla.tianocore.org/show_bug.cgi?id=2315 Update Readme.md with status badges from the most recent EDK II Continuous Integration(CI) build. Cc: Andrew Fish <afish@apple.com> Cc: Laszlo Ersek <lersek@redhat.com> Cc: Leif Lindholm <leif.lindholm@linaro.org> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Acked-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md51
1 files changed, 51 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md
index 9bf60bede8..dcd86daef1 100644
--- a/Readme.md
+++ b/Readme.md
@@ -3,6 +3,57 @@
A modern, feature-rich, cross-platform firmware development environment
for the UEFI and PI specifications from www.uefi.org.
+# Build Status
+
+<table>
+ <tr>
+ <th>Host Type</th>
+ <th>Toolchain</th>
+ <th>Branch</th>
+ <th>Build Status</th>
+ <th>Test Status</th>
+ <th>Code Coverage</th>
+ </tr>
+ <tr>
+ <td>Windows</td>
+ <td>VS2019</td>
+ <td>edk2-ci</td>
+ <td>
+ <a href="https://dev.azure.com/tianocore/edk2-ci-play/_build/latest?definitionId=27&branchName=edk2-ci">
+ <img src="https://dev.azure.com/tianocore/edk2-ci-play/_apis/build/status/edk2-staging/Windows%20VS2019%20CI?branchName=edk2-ci"/></a>
+ </td>
+ <td>
+ <a href="https://dev.azure.com/tianocore/edk2-ci-play/_build/latest?definitionId=27&branchName=edk2-ci">
+ <img src="https://img.shields.io/azure-devops/tests/tianocore/edk2-ci-play/27.svg"/></a>
+ </td>
+ <td>
+ <a href="https://dev.azure.com/tianocore/edk2-ci-play/_build/latest?definitionId=27&branchName=edk2-ci">
+ <img src="https://img.shields.io/badge/coverage-coming_soon-blue"/></a>
+ </td>
+ </tr>
+ <tr>
+ <td>Ubuntu</td>
+ <td>GCC</td>
+ <td>edk2-ci</td>
+ <td>
+ <a href="https://dev.azure.com/tianocore/edk2-ci-play/_build/latest?definitionId=26&branchName=edk2-ci">
+ <img src="https://dev.azure.com/tianocore/edk2-ci-play/_apis/build/status/edk2-staging/Ubuntu%20GCC5%20CI?branchName=edk2-ci"/></a>
+ </td>
+ <td>
+ <a href="https://dev.azure.com/tianocore/edk2-ci-play/_build/latest?definitionId=26&branchName=edk2-ci">
+ <img src="https://img.shields.io/azure-devops/tests/tianocore/edk2-ci-play/26.svg"/></a>
+ </td>
+ <td>
+ <a href="https://dev.azure.com/tianocore/edk2-ci-play/_build/latest?definitionId=26&branchName=edk2-ci">
+ <img src="https://img.shields.io/badge/coverage-coming_soon-blue"/></a>
+ </td>
+ </tr>
+</table>
+
+[More CI Build information](.pytool/Readme.md)
+
+# License Details
+
The majority of the content in the EDK II open source project uses a
[BSD-2-Clause Plus Patent License](License.txt). The EDK II open source project
contains the following components that are covered by additional licenses: