From 0577fe3cab30773947c9d90c14588435166aa451 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Wed, 14 Jul 2021 09:17:32 +0200 Subject: [PATCH] Add CII Best Practices badge --- README.md | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2