summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatt Mitchell <mmitche@microsoft.com>2015-02-02 14:03:40 -0800
committerMatt Mitchell <mmitche@microsoft.com>2015-02-02 14:03:40 -0800
commit0610d6f3cacb37082c9eae5319ae08d1ef63eb26 (patch)
tree61c0f4e9bade4431b2a4bc8f68dfe274ad4e6854 /README.md
parent4442e2e44a23b790499a2d59cc550d792ad4dafb (diff)
downloadcoreclr-0610d6f3cacb37082c9eae5319ae08d1ef63eb26.tar.gz
coreclr-0610d6f3cacb37082c9eae5319ae08d1ef63eb26.tar.bz2
coreclr-0610d6f3cacb37082c9eae5319ae08d1ef63eb26.zip
Add release build badge for linux now that it's working
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8b7ddb7fb4..e91f3b86d4 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
| |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/)|
+|Release|[![Build status](http://dotnet-ci.cloudapp.net/job/zzztest_linux_release/badge/icon)](http://dotnet-ci.cloudapp.net/job/zzztest_windows_linux_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.