From d8a7e11ebf4c9f1fb8e1d240ab52a6be9c38b3ee Mon Sep 17 00:00:00 2001 From: FritzFlorian Date: Thu, 21 Mar 2019 10:34:56 +0100 Subject: [PATCH] Add pipeline status to readme. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e4ed45a..6c5d6c9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # P³LS³ **P**redictable **P**arallel **P**atterns **L**ibrary for **S**calable **S**mart **S**ystems +Master Branch: [![pipeline status](http://lab.las3.de/gitlab/las3/development/scheduling/predictable_parallel_patterns/badges/master/pipeline.svg)](http://lab.las3.de/gitlab/las3/development/scheduling/predictable_parallel_patterns/commits/master) + + ## Project Structure The project uses [CMAKE](https://cmake.org/) as it's build system, @@ -39,4 +42,4 @@ Please regularly test with thread sanitizer enabled and make sure to not keep the repository in a state where the sanitizer reports errors. Consider reading [the section on common data races](https://github.com/google/sanitizers/wiki/ThreadSanitizerPopularDataRaces) -to get an idea of what we try to avoid in our code. \ No newline at end of file +to get an idea of what we try to avoid in our code. -- libgit2 0.26.0