diff options
author | Matt Mitchell <mmitche@microsoft.com> | 2015-02-03 10:02:50 -0800 |
---|---|---|
committer | Matt Mitchell <mmitche@microsoft.com> | 2015-02-03 10:02:50 -0800 |
commit | f91584bdcd40ef4366a204ca67220c166366247d (patch) | |
tree | 008f3de4c7a5d03bfc1b23db3d6116b82aab0b4e /README.md | |
parent | cbf46fb0b6a0b209ed1caf4a680910b383e68cba (diff) | |
download | coreclr-f91584bdcd40ef4366a204ca67220c166366247d.tar.gz coreclr-f91584bdcd40ef4366a204ca67220c166366247d.tar.bz2 coreclr-f91584bdcd40ef4366a204ca67220c166366247d.zip |
Update job names
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ | |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_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/)| +|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/)| 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. |