summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatt Mitchell <mmitche@microsoft.com>2015-02-02 08:15:04 -0800
committerMatt Mitchell <mmitche@microsoft.com>2015-02-02 08:15:04 -0800
commit63bf845ec17a6525058e6bc2d4e550cf7f73f7c7 (patch)
tree2e57e250a3700f73931e979af47f2d965ea0dbd2 /README.md
parentb9e4e2efea0f2c4789c0eceb197ba50e33021ae5 (diff)
downloadcoreclr-63bf845ec17a6525058e6bc2d4e550cf7f73f7c7.tar.gz
coreclr-63bf845ec17a6525058e6bc2d4e550cf7f73f7c7.tar.bz2
coreclr-63bf845ec17a6525058e6bc2d4e550cf7f73f7c7.zip
Add build status badge
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2fe6786a6e..6aaf6a8397 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# .NET Core Runtime (CoreCLR)
+[![Build status](http://dotnet-ci.cloudapp.net/job/zzztest/badge/icon)](http://dotnet-ci.cloudapp.net/job/zzztest/)
+
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.
.NET Core is part of ASP.NET 5 and is a subset of the .NET Framework. You can learn more about .NET Core and how and where you can use it in the [CoreCLR is open source][coreclr blog post] blog post.