summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatt Mitchell <mmitche@microsoft.com>2015-02-02 13:10:47 -0800
committerMatt Mitchell <mmitche@microsoft.com>2015-02-02 13:10:47 -0800
commit365b7f7cb12121166b0dedb8d33ea64ee54a9859 (patch)
treeca505c8c218fdf183b359a5f287acba208defd11 /README.md
parent53fdb1b836c0344258ff2b37f13e22a3bd9d5549 (diff)
downloadcoreclr-365b7f7cb12121166b0dedb8d33ea64ee54a9859.tar.gz
coreclr-365b7f7cb12121166b0dedb8d33ea64ee54a9859.tar.bz2
coreclr-365b7f7cb12121166b0dedb8d33ea64ee54a9859.zip
Replace full build status badge with table
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6aaf6a8397..542f413637 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,11 @@
# .NET Core Runtime (CoreCLR)
-[![Build status](http://dotnet-ci.cloudapp.net/job/zzztest/badge/icon)](http://dotnet-ci.cloudapp.net/job/zzztest/)
+| |Linux|Windows|
+|:-:|:-:|:-:|
+|Debug|[![Build status](http://dotnet-ci.cloudapp.net/job/zzztest_linux_debug/badge/icon)](http://dotnet-ci.cloudapp.net/job/zzztest_windows_linux_debug/)|[![Build status](http://dotnet-ci.cloudapp.net/job/zzztest_windows_debug/badge/icon)](http://dotnet-ci.cloudapp.net/job/zzztest_windows_debug/)|
+|Release||[![Build status](http://dotnet-ci.cloudapp.net/job/zzztest_windows_release/badge/icon)](http://dotnet-ci.cloudapp.net/job/zzztest_windows_release/)|
+
+[![Build status](http://dotnet-ci.cloudapp.net/job/zzztest_windows_release/badge/icon)](http://dotnet-ci.cloudapp.net/job/zzztest_windows_release/)
The coreclr repo contains the complete runtime implementation (called "CoreCLR") for [.NET Core](http://github.com/dotnet/core). It includes RyuJIT, the .NET GC, native interop and many other components. It builds and runs on Windows. You can 'watch' the repo to see Linux and Mac support being added over the next few months.