diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2020-04-24 00:08:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-24 09:08:27 +0200 |
commit | b18b1b0302a70595773c9a0669df64d5ee29597b (patch) | |
tree | 423c94befc95569edd3050745b66fd1433c22f47 /readme.md | |
parent | eca8f1d79f712613437918e397f7abb58bc29515 (diff) | |
download | Nim-b18b1b0302a70595773c9a0669df64d5ee29597b.tar.gz |
add CI badges for azure-pipelines for devel, 1.0, 1.2 branches (#14101)
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/readme.md b/readme.md index 575d856bb..e6b7f7d78 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,6 @@ -# <img src="https://raw.githubusercontent.com/nim-lang/assets/master/Art/logo-crown.png" height="28px"/> Nim [![Build Status][badge-nim-travisci]][nim-travisci] [![builds.sr.ht freebsd status](https://builds.sr.ht/~araq/nim/freebsd.yml.svg)](https://builds.sr.ht/~araq/nim/freebsd.yml?) [![builds.sr.ht openbsd status](https://builds.sr.ht/~araq/nim/openbsd.yml.svg)](https://builds.sr.ht/~araq/nim/openbsd.yml?) +# <img src="https://raw.githubusercontent.com/nim-lang/assets/master/Art/logo-crown.png" height="28px"/> Nim + +devel: [![Build Status](https://dev.azure.com/nim-lang/Nim/_apis/build/status/nim-lang.Nim?branchName=devel)](https://dev.azure.com/nim-lang/Nim/_build/latest?definitionId=1&branchName=devel) 1.0: [![Build Status](https://dev.azure.com/nim-lang/Nim/_apis/build/status/nim-lang.Nim?branchName=version-1-0)](https://dev.azure.com/nim-lang/Nim/_build/latest?definitionId=1&branchName=version-1-0) 1.2: [![Build Status](https://dev.azure.com/nim-lang/Nim/_apis/build/status/nim-lang.Nim?branchName=version-1-2)](https://dev.azure.com/nim-lang/Nim/_build/latest?definitionId=1&branchName=version-1-2) travis: [![Build Status][badge-nim-travisci]][nim-travisci] freebsd: [![builds.sr.ht freebsd status](https://builds.sr.ht/~araq/nim/freebsd.yml.svg)](https://builds.sr.ht/~araq/nim/freebsd.yml?) openbsd: [![builds.sr.ht openbsd status](https://builds.sr.ht/~araq/nim/openbsd.yml.svg)](https://builds.sr.ht/~araq/nim/openbsd.yml?) This repository contains the Nim compiler, Nim's stdlib, tools and documentation. For more information about Nim, including downloads and documentation for |