From: Joel Rosdahl Date: Wed, 14 Jul 2021 07:17:32 +0000 (+0200) Subject: Add CII Best Practices badge X-Git-Tag: v4.4~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0577fe3cab30773947c9d90c14588435166aa451;p=thirdparty%2Fccache.git Add CII Best Practices badge --- diff --git a/README.md b/README.md index 57ae2ca3e..9df170ea4 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Ccache – a fast compiler cache [![Build Status](https://github.com/ccache/ccache/workflows/Build/badge.svg)](https://github.com/ccache/ccache/actions?query=workflow%3A%22Build%22) [![Code Quality: Cpp](https://img.shields.io/lgtm/grade/cpp/g/ccache/ccache.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/ccache/ccache/context:cpp) [![Total Alerts](https://img.shields.io/lgtm/alerts/g/ccache/ccache.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/ccache/ccache/alerts) +[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/5057/badge)](https://bestpractices.coreinfrastructure.org/projects/5057) [![Gitter](https://img.shields.io/gitter/room/ccache/ccache.svg)](https://gitter.im/ccache/ccache) Ccache (or “ccache”) is a compiler cache. It [speeds up