diff options
author | Ron Evans <[email protected]> | 2019-10-17 07:30:12 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2019-10-17 07:30:12 +0200 |
commit | 5324fb7a40edc8b7a0c5ead86a6275672693ef67 (patch) | |
tree | 4b7073028b5f6c5ed8d8b6b6a09a74d7b9a81263 /README.md | |
parent | 7369a0e7f2c2cec050be43456dcb7f6f4dc81834 (diff) | |
download | tinygo-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |