Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Use the new SVG badge style #144

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

| |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/)|
|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/)|
|Debug|[![Build status](https://img.shields.io/jenkins/s/http/dotnet-ci.cloudapp.net/dotnet_coreclr_linux_debug.svg)](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_linux_debug/)|[![Build status](https://img.shields.io/jenkins/s/http/dotnet-ci.cloudapp.net/dotnet_coreclr_windows_debug.svg)](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_windows_debug/)|
|Release|[![Build status](https://img.shields.io/jenkins/s/http/dotnet-ci.cloudapp.net/dotnet_coreclr_linux_release.svg)](http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_linux_release/)|[![Build status](https://img.shields.io/jenkins/s/http/dotnet-ci.cloudapp.net/dotnet_coreclr_windows_release.svg)](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.

Expand Down