diff options
author | Tulir Asokan <tulir@maunium.net> | 2019-07-26 01:17:01 +0300 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2019-07-26 01:17:01 +0300 |
commit | 7012564d0ee8481c0e4c5ecb359f77d12c9f793b (patch) | |
tree | 32cc2ff0bb2b0ae3c8e9b6cb90f059572610e7b9 | |
parent | 3fa81fa08ad03a3bfd520686168cc5e8351c97a0 (diff) |
Add badge and link for GitLab CI to readme
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,6 +3,7 @@ [![License](https://img.shields.io/github/license/tulir/gomuks.svg)](LICENSE) [![Release](https://img.shields.io/github/release/tulir/gomuks/all.svg)](https://github.com/tulir/gomuks/releases) [![Build Status](https://travis-ci.org/tulir/gomuks.svg?branch=master)](https://travis-ci.org/tulir/gomuks) +[![GitLab CI](https://mau.dev/tulir/gomuks/badges/master/pipeline.svg)](https://mau.dev/tulir/gomuks/pipelines) [![Maintainability](https://img.shields.io/codeclimate/maintainability/tulir/gomuks.svg)](https://codeclimate.com/github/tulir/gomuks) [![Coverage](https://img.shields.io/codeclimate/coverage/tulir/gomuks.svg)](https://codeclimate.com/github/tulir/gomuks) @@ -18,7 +19,7 @@ Matrix room: [#gomuks:maunium.net](https://matrix.to/#/#gomuks:maunium.net) ## Installation Once the client becomes actually usable, I'll start making GitHub releases with precompiled executables. For now, you can either download -a CI build from [dl.maunium.net/programs/gomuks](https://dl.maunium.net/programs/gomuks) +a CI build from [GitLab CI](https://mau.dev/tulir/gomuks/pipelines) or compile from source: 0. Install [Go](https://golang.org/) 1.12 or higher |