Skip to content

Commit 875c6c5

Browse files
committed
Update badges. [ci skip]
1 parent 3de434a commit 875c6c5

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

README.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,30 @@ LLVM C API wrapper
33

44
*A Julia wrapper for the LLVM C API.*
55

6-
[![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] [![][codecov-img]][codecov-url] [![][doi-img]][doi-url]
7-
8-
[codecov-img]: https://codecov.io/gh/maleadt/LLVM.jl/branch/master/graph/badge.svg
9-
[codecov-url]: https://codecov.io/gh/maleadt/LLVM.jl
6+
| **Documentation** | **Build Status** | **Coverage** |
7+
|:-------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------:|
8+
| [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] | [![][gitlab-img]][gitlab-url] [![][travis-img]][travis-url] [![][appveyor-img]][appveyor-url] [![PkgEval][pkgeval-img]][pkgeval-url] | [![][codecov-img]][codecov-url] |
109

1110
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
1211
[docs-stable-url]: http://maleadt.github.io/LLVM.jl/stable
12+
1313
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
1414
[docs-dev-url]: http://maleadt.github.io/LLVM.jl/dev
1515

16-
[doi-img]: https://zenodo.org/badge/DOI/10.1109/TPDS.2018.2872064.svg
17-
[doi-url]: https://doi.org/10.1109/TPDS.2018.2872064
16+
[gitlab-img]: https://gitlab.com/JuliaGPU/LLVM.jl/badges/master/pipeline.svg
17+
[gitlab-url]: https://gitlab.com/JuliaGPU/LLVM.jl/commits/master
18+
19+
[travis-img]: https://api.travis-ci.org/maleadt/LLVM.jl.svg?branch=master
20+
[travis-url]: https://travis-ci.org/maleadt/LLVM.jl
21+
22+
[appveyor-img]: https://ci.appveyor.com/api/projects/status/5069m449yvvkyn9q/branch/master?svg=true
23+
[appveyor-url]: https://ci.appveyor.com/project/maleadt/llvm-jl
24+
25+
[pkgeval-img]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/L/LLVM.svg
26+
[pkgeval-url]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/L/LLVM.html
27+
28+
[codecov-img]: https://codecov.io/gh/maleadt/LLVM.jl/branch/master/graph/badge.svg
29+
[codecov-url]: https://codecov.io/gh/maleadt/LLVM.jl
1830

1931

2032
Installation

0 commit comments

Comments
 (0)