aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorRon Evans <[email protected]>2019-10-17 07:30:12 +0200
committerRon Evans <[email protected]>2019-10-17 07:30:12 +0200
commit5324fb7a40edc8b7a0c5ead86a6275672693ef67 (patch)
tree4b7073028b5f6c5ed8d8b6b6a09a74d7b9a81263 /README.md
parent7369a0e7f2c2cec050be43456dcb7f6f4dc81834 (diff)
downloadtinygo-5324fb7a40edc8b7a0c5ead86a6275672693ef67.tar.gz
tinygo-5324fb7a40edc8b7a0c5ead86a6275672693ef67.zip
build: add Azure build pipeline badge
Signed-off-by: Ron Evans <[email protected]>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 758872357..9683a34e5 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.