Skip to content

Commit fe7e1fe

Browse files
authored
README: start adding Buildkite status badges (#41373)
1 parent e041cd5 commit fe7e1fe

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,20 @@
55
</a>
66
</div>
77

8+
Documentation:
9+
[![version 1][docs-img]](https://docs.julialang.org)
10+
811
Code coverage:
912
[![coveralls][coveralls-img]](https://coveralls.io/r/JuliaLang/julia?branch=master)
1013
[![codecov][codecov-img]](https://codecov.io/github/JuliaLang/julia?branch=master)
1114

12-
Documentation:
13-
[![version 1][docs-img]](https://docs.julialang.org)
15+
| Builder | Status |
16+
| ---------- | ------ |
17+
| Overall | [![Build status](https://badge.buildkite.com/f28e0d28b345f9fad5856ce6a8d64fffc7c70df8f4f2685cd8.svg?branch=master)](https://buildkite.com/julialang/julia) |
18+
| analyzegc | [![Build status](https://badge.buildkite.com/f28e0d28b345f9fad5856ce6a8d64fffc7c70df8f4f2685cd8.svg?branch=master&step=analyzegc)](https://buildkite.com/julialang/julia) |
19+
| llvmpasses | [![Build status](https://badge.buildkite.com/f28e0d28b345f9fad5856ce6a8d64fffc7c70df8f4f2685cd8.svg?branch=master&step=llvmpasses)](https://buildkite.com/julialang/julia) |
20+
| coverage | [![Build status](https://badge.buildkite.com/d5ae34dbbf6fefe615300c4f3118bf63cb4a5ae7fd962263c1.svg?branch=master)](https://buildkite.com/julialang/julia-coverage-linux64) |
1421

15-
[appveyor-img]: https://img.shields.io/appveyor/ci/JuliaLang/julia/master.svg?label=Windows
1622
[coveralls-img]: https://img.shields.io/coveralls/github/JuliaLang/julia/master.svg?label=coveralls
1723
[codecov-img]: https://img.shields.io/codecov/c/github/JuliaLang/julia/master.svg?label=codecov
1824
[docs-img]: https://img.shields.io/badge/docs-v1-blue.svg

0 commit comments

Comments
 (0)