From 52830e46d47805dfa0ffaa9a0d004ed432f5bfea Mon Sep 17 00:00:00 2001 From: Billy Robert O'Neal III Date: Tue, 24 Sep 2019 19:43:03 -0700 Subject: [PATCH] Add azure pipelines status badge to readme.md. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c1288dac51b..eb24a0937ef 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ This is the official repository for Microsoft's implementation of the C++ Standard Library (also known as the STL), which ships as part of the MSVC toolset and the Visual Studio IDE. +[![Build Status](https://dev.azure.com/vclibs/STL/_apis/build/status/microsoft.STL?branchName=master)][Pipelines] + # What This Repo Is Useful For If you're a programmer who just wants to use the STL, you **don't** need this repo. Simply install the Visual Studio IDE @@ -258,6 +260,7 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception [N4830]: https://wg21.link/n4830 [NOTICE.txt]: NOTICE.txt [Ninja]: https://ninja-build.org +[Pipelines]: https://dev.azure.com/vclibs/STL/_build/latest?definitionId=2&branchName=master [Roadmap]: https://github.com/microsoft/STL/wiki/Roadmap [Wandbox]: https://wandbox.org [bug tag]: https://github.com/microsoft/STL/issues?q=is%3Aopen+is%3Aissue+label%3Abug