From 5324fb7a40edc8b7a0c5ead86a6275672693ef67 Mon Sep 17 00:00:00 2001 From: Ron Evans Date: Thu, 17 Oct 2019 07:30:12 +0200 Subject: [PATCH] build: add Azure build pipeline badge Signed-off-by: Ron Evans --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75887235..9683a34e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # TinyGo - Go compiler for small places -[![CircleCI](https://circleci.com/gh/tinygo-org/tinygo/tree/dev.svg?style=svg)](https://circleci.com/gh/tinygo-org/tinygo/tree/dev) +[![CircleCI](https://circleci.com/gh/tinygo-org/tinygo/tree/dev.svg?style=svg)](https://circleci.com/gh/tinygo-org/tinygo/tree/dev) [![Build Status](https://dev.azure.com/tinygo/tinygo/_apis/build/status/tinygo-CI?branchName=dev)](https://dev.azure.com/tinygo/tinygo/_build/latest?definitionId=1&branchName=dev) TinyGo is a Go compiler intended for use in small places such as microcontrollers, WebAssembly (Wasm), and command-line tools.