From 79dd6f087a96cebb043c445d43986e0aaedb6e67 Mon Sep 17 00:00:00 2001 From: "Andres G. Aragoneses" Date: Fri, 18 Sep 2020 15:19:09 +0800 Subject: [PATCH] README.md: add an icon for GitLabCI build status too --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 17ba97c..66a1c7b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ TgSharp ------------------------------- -![Build status](https://github.com/nblockchain/TgSharp/workflows/CI/badge.svg?branch=master&event=push) +![GithubCI Build status](https://github.com/nblockchain/TgSharp/workflows/CI/badge.svg?branch=master&event=push) +[![GitLabCI Linux build status badge](https://gitlab.com/nblockchain/TgSharp/badges/master/pipeline.svg)](https://gitlab.com/nblockchain/TgSharp/commits/master) [![NuGet version](https://badge.fury.io/nu/TgSharp.svg)](https://badge.fury.io/nu/TgSharp) _Unofficial_ Telegram (http://telegram.org) client library implemented in C#.