forked from nim-lang/Nim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5fa7d37
commit 6ede98d
Showing
3 changed files
with
33 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Nim Links | ||
|
||
## CI badges | ||
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) | ||
freebsd: [![builds.sr.ht freebsd status](https://builds.sr.ht/~araq/nim/commits/freebsd.yml.svg)](https://builds.sr.ht/~araq/nim/commits/freebsd.yml?) | ||
openbsd: [![builds.sr.ht openbsd status](https://builds.sr.ht/~araq/nim/commits/openbsd.yml.svg)](https://builds.sr.ht/~araq/nim/commits/openbsd.yml?) | ||
packages: ![Packages CI](https://github.com/nim-lang/Nim/workflows/Packages%20CI/badge.svg) | ||
ssl: ![](https://github.com/nim-lang/Nim/workflows/Nim%20SSL%20CI/badge.svg) | ||
docs: ![](https://github.com/nim-lang/Nim/workflows/Nim%20Docs%20CI/badge.svg) | ||
|
||
## CI badges | ||
* [experimental features](manual_experimental.html) | ||
* [contributing](contributing.html) | ||
* https://github.com/nim-lang/Nim/tree/devel/changelogs | ||
* [changelogs](https://github.com/nim-lang/Nim/tree/devel/changelogs) | ||
* https://nim-lang.org/ | ||
* https://nim-lang.org/docs/manual.html | ||
* https://nim-lang.github.io/Nim/manual.html | ||
* https://github.com/nim-lang/Nim | ||
* https://nimble.directory/ | ||
* [azure test failure report](https://dev.azure.com/nim-lang/Nim/_test/analytics?definitionId=1&contextType=build) |