From 6967e95346f1588b8372e01b8e691b2a282241f6 Mon Sep 17 00:00:00 2001 From: Steven Hahn <hahnse@ornl.gov> Date: Fri, 29 May 2015 15:08:19 -0400 Subject: [PATCH] Add jenkins badges to README.md need to use protected badges. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8430e32ce47..3bd9700386f 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,7 @@ Useful links [](https://coveralls.io/r/mantidproject/mantid?branch=master) [](https://scan.coverity.com/projects/335") + +| incremental | clean | system tests | doc tests | cpp-check | pylint | doxygen | +|:-----------:|:-----:|:-----------:|:-------:|----------|--------|---------| +|[](http://builds.mantidproject.org/job/cppcheck_master/) |[](http://builds.mantidproject.org/job/master_clean/) |[](http://builds.mantidproject.org/job/master_systemtests) |[](http://builds.mantidproject.org/job/master_doctest) |[](http://builds.mantidproject.org/job/cppcheck_master) |[](http://builds.mantidproject.org/job/pylint_master) |[](http://builds.mantidproject.org/job/doxygen_master/) | -- GitLab