From 93c9f0fa5108d9f6d5f50561523d2eea3f17ef72 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Thu, 12 Mar 2020 23:35:20 +0100 Subject: [PATCH] :book: USe Github CI badge --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5dd87679..f18aef84 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,14 @@ # Gwion -[![Build Status](https://travis-ci.org/fennecdjay/Gwion.svg?branch=master)](https://travis-ci.org/fennecdjay/Gwion) [![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/fennecdjay/Gwion.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/fennecdjay/Gwion/context:cpp) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/2417/badge)](https://bestpractices.coreinfrastructure.org/projects/2417) [![Coverage](https://raw.githubusercontent.com/fennecdjay/gwion-coverage-report/master/badge.svg?sanitize=true)](https://fennecdjay.github.io/gwion-coverage-report/master) [![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg)](#contributors) -[![BCH compliance](https://bettercodehub.com/edge/badge/fennecdjay/Gwion?branch=master)](https://bettercodehub.com/) +[![BCH compliance](https://bettercodehub.com/edge/badge/fennecdjay/Gwion?branch=master)](https://bettercodehub.com/) + +![Linux](https://github.com/fennecdjay/Gwion/workflows/Linux/badge.svg) +![MacOs](https://github.com/fennecdjay/Gwion/workflows/MacOs/badge.svg) +![Windows](https://github.com/fennecdjay/Gwion/workflows/Windows/badge.svg) Gwion is a programming language, aimed at making music -- 2.43.0