diff options
author | Ben Pye <ben@curlybracket.co.uk> | 2015-02-28 19:42:46 +0000 |
---|---|---|
committer | Ben Pye <ben@curlybracket.co.uk> | 2015-02-28 19:47:47 +0000 |
commit | 00814f31f6946e7bc2ec34ce3e258f3ec0b18e28 (patch) | |
tree | 113e2e61af44dbddbcddde38c9fa88312d5b3052 /README.md | |
parent | ffa11969a950300927fe13bb4ccea5153fb43aaa (diff) | |
download | coreclr-00814f31f6946e7bc2ec34ce3e258f3ec0b18e28.tar.gz coreclr-00814f31f6946e7bc2ec34ce3e258f3ec0b18e28.tar.bz2 coreclr-00814f31f6946e7bc2ec34ce3e258f3ec0b18e28.zip |
Add OS X status to the readme.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,9 @@ .NET Core Runtime (CoreCLR) === -| |Linux|Windows| -|:-:|:-:|:-:| -|**Debug**|[![Build status](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_linux_debug/badge/icon)](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_linux_debug/)|[![Build status](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_windows_debug/badge/icon)](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_windows_debug/)| +| |Linux|Windows|Mac OS X| +|:-:|:-:|:-:|:-:| +|**Debug**|[![Build status](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_linux_debug/badge/icon)](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_linux_debug/)|[![Build status](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_windows_debug/badge/icon)](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_windows_debug/)|[![Build Status](https://travis-ci.org/dotnet/coreclr.svg?branch=travis-ci)](https://travis-ci.org/dotnet/coreclr) |**Release**|[![Build status](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_linux_release/badge/icon)](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_linux_release/)|[![Build status](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_windows_release/badge/icon)](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_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. |