From a44af730c8b097f2b6d129eaca8d7a48b4a03bf4 Mon Sep 17 00:00:00 2001 From: Dennis Klein Date: Thu, 3 May 2018 12:14:04 +0200 Subject: [PATCH] Add build status badges --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index bac75aea..8c63b2f3 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ C++ Message passing framework +| Branch | Build Status | +| :---: | :--- | +| `master` | ![build status master branch](https://alfa-ci.gsi.de/buildStatus/icon?job=FairRootGroup/FairMQ/master) | +| `dev` | ![build status dev branch](https://alfa-ci.gsi.de/buildStatus/icon?job=FairRootGroup/FairMQ/dev) | + FairMQ is designed to help implementing large-scale data processing workflows needed in next-generation Particle Physics experiments. FairMQ is written in C++ and aims to * provide **an asynchronous message passing abstraction** of different data transport technologies, * provide a reasonably **efficient data transport** service (zero-copy, high throughput),