diff --git a/README.md b/README.md index 6095775f33..3c8be04931 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,11 @@ Or alternatively you can add the Microsoft.ML package from within Visual Studio' To build ML.NET from source please visit our [developers guide](Documentation/project-docs/developer-guide.md). -Live build status is coming soon. +| | x64 Debug | x64 Release | +|:---|----------------:|------------------:| +|**Linux**|[](https://ci2.dot.net/job/dotnet_machinelearning/job/master/job/linux_debug/lastCompletedBuild)|[](https://ci2.dot.net/job/dotnet_machinelearning/job/master/job/linux_release/lastCompletedBuild)| +|**macOS**|[](https://ci2.dot.net/job/dotnet_machinelearning/job/master/job/osx10.13_debug/lastCompletedBuild)|[](https://ci2.dot.net/job/dotnet_machinelearning/job/master/job/osx10.13_release/lastCompletedBuild)| +|**Windows**|[](https://ci2.dot.net/job/dotnet_machinelearning/job/master/job/windows_nt_debug/lastCompletedBuild)|[](https://ci2.dot.net/job/dotnet_machinelearning/job/master/job/windows_nt_release/lastCompletedBuild)| ## Contributing