From 8e1460aae952e260532addc43184eaf7663d6de2 Mon Sep 17 00:00:00 2001 From: Denver Ogaro Date: Fri, 22 Jun 2018 15:37:03 +0200 Subject: [PATCH] Display build badges in a table. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ea0e2b59..bbb7fe78b 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,11 @@

GRR Rapid Response is an incident response framework focused on remote live forensics. -[![Build Status](https://travis-ci.org/google/grr.svg?branch=master)](https://travis-ci.org/google/grr) -[![Build status](https://ci.appveyor.com/api/projects/status/o30jv69p5muc12r5?svg=true)](https://ci.appveyor.com/project/destijl/grr) +| Build Type | Status | +| :--------------- | :----- | +| Linux & MacOS | [![Build Status](https://travis-ci.org/google/grr.svg?branch=master)](https://travis-ci.org/google/grr) | +| Windows | [![Build status](https://ci.appveyor.com/api/projects/status/o30jv69p5muc12r5?svg=true)](https://ci.appveyor.com/project/destijl/grr) | +| End-to-end Tests | [![Build status](https://ci.appveyor.com/api/projects/status/ir4bq9577xwxt6t3?svg=true)](https://ci.appveyor.com/project/grr/grr) | GRR is a python client (agent) that is installed on target systems, and python server infrastructure that can manage and talk to clients.