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

Commit f40b990

Browse files
committed
Merge pull request #7 from mmitche/build-status-table
Build status table
2 parents 53fdb1b + 4442e2e commit f40b990

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# .NET Core Runtime (CoreCLR)
22

3-
[![Build status](http://dotnet-ci.cloudapp.net/job/zzztest/badge/icon)](http://dotnet-ci.cloudapp.net/job/zzztest/)
3+
| |Linux|Windows|
4+
|:-:|:-:|:-:|
5+
|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/)|
6+
|Release||[![Build status](http://dotnet-ci.cloudapp.net/job/zzztest_windows_release/badge/icon)](http://dotnet-ci.cloudapp.net/job/zzztest_windows_release/)|
47

58
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.
69

0 commit comments

Comments
 (0)