From d58fd9c9446f68c2fe3e080f99b984b16c5380c1 Mon Sep 17 00:00:00 2001 From: Ryan Mast Date: Mon, 18 Nov 2019 13:56:09 -0800 Subject: [PATCH] Add Azure build status badge to the README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a1de66e..bed9965 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # HELICS-Examples +[![Build Status](https://dev.azure.com/HELICS-test/HELICS-Examples/_apis/build/status/GMLC-TDC.HELICS-Examples?branchName=master)](https://dev.azure.com/HELICS-test/HELICS-Examples/_build/latest?definitionId=2?branchName=master) + Examples for using HELICS with a variety of the supported programming languages All C and C++ examples can be build through CMAKE. They can be build from individual folders or by running CMAKE on the main folder