aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2019-07-26 01:17:01 +0300
committerTulir Asokan <tulir@maunium.net>2019-07-26 01:17:01 +0300
commit7012564d0ee8481c0e4c5ecb359f77d12c9f793b (patch)
tree32cc2ff0bb2b0ae3c8e9b6cb90f059572610e7b9 /README.md
parent3fa81fa08ad03a3bfd520686168cc5e8351c97a0 (diff)
Add badge and link for GitLab CI to readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 41aa526..9bad54b 100644
--- a/README.md
+++ b/README.md
@@ -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