summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Østergaard <oe.nick@gmail.com>2021-10-23 20:27:13 +0200
committermormj <34754695+mormj@users.noreply.github.com>2021-10-26 15:39:12 -0400
commiteab2ea6102fd7c84c9fd507b983698aa187df83b (patch)
treefe8d2dd9d56c9ef07a233c9a61eec0c5b12a16ac
parent0416c46599e055a3059324c8829685e99c6b4ba3 (diff)
Remove broken buildbot links in README badge line
It does not appear like the buildbot at ci.gnuradio.org is avialable anymore. The README.md rendering looks odd with broken image and links. Therefore I think we can just remove it as I think buildbot has been ditched a long time ago by now in favor of Github Actions. This then adds the Github workflow status badge with a link to the status page. Signed-off-by: Nick Østergaard <oe.nick@gmail.com>
-rwxr-xr-xREADME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e88eb4c04b..6ba938aa33 100755
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
<img src="https://github.com/gnuradio/gnuradio/blob/master/docs/gnuradio.png" width="75%" />
</p>
-[![Build](https://shield.lwan.ws/img/p5UKbS/weekly_runner)](https://ci.gnuradio.org/buildbot/#/)
+[![Make Test](https://github.com/gnuradio/gnuradio/actions/workflows/make-test.yml/badge.svg?branch=master)](https://github.com/gnuradio/gnuradio/actions/workflows/make-test.yml)
![Version](https://img.shields.io/github/tag/gnuradio/gnuradio.svg)
[![AUR](https://img.shields.io/github/license/gnuradio/gnuradio)](https://github.com/gnuradio/gnuradio/blob/master/COPYING)
[![Docs](https://img.shields.io/badge/docs-doxygen-orange.svg)](https://www.gnuradio.org/doc/doxygen/)