This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new b8ba9b1fd readme: Add more CI statuses
b8ba9b1fd is described below

commit b8ba9b1fd1dccaae422398795016a86074a32cd0
Author: Szymon Janc <[email protected]>
AuthorDate: Mon Oct 6 16:33:08 2025 +0200

    readme: Add more CI statuses
    
    Make sure all build CI workflows are reported.
---
 README.md | 22 +++++++++++++++++-----
 1 file changed, 17 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 4f6272d6f..2064c885d 100644
--- a/README.md
+++ b/README.md
@@ -21,21 +21,33 @@
 
 <img src="http://mynewt.apache.org/img/logo.svg"; width="250" alt="Apache 
Mynewt">
 
-## Overview
+## CI status
+
+<a 
href="https://github.com/apache/mynewt-core/actions/workflows/build_blinky.yml";>
+  <img 
src="https://github.com/apache/mynewt-core/actions/workflows/build_blinky.yml/badge.svg";>
+<a/>
 
 <a 
href="https://github.com/apache/mynewt-core/actions/workflows/build_targets.yml";>
   <img 
src="https://github.com/apache/mynewt-core/actions/workflows/build_targets.yml/badge.svg";>
 <a/>
 
-<a 
href="https://github.com/apache/mynewt-core/actions/workflows/build_blinky.yml";>
-  <img 
src="https://github.com/apache/mynewt-core/actions/workflows/build_blinky.yml/badge.svg";>
+<a 
href="https://github.com/apache/mynewt-core/actions/workflows/build_cc_target.yml";>
+  <img 
src="https://github.com/apache/mynewt-core/actions/workflows/build_cc_target.yml/badge.svg";>
+<a/>
+
+<a 
href="https://github.com/apache/mynewt-core/actions/workflows/build_bootloader.yml";>
+  <img 
src="https://github.com/apache/mynewt-core/actions/workflows/build_bootloader.yml/badge.svg";>
 <a/>
 
-<a 
href="https://github.com/apache/mynewt-core/actions/workflows/newt_test_all.yml/badge.svg";>
+<a 
href="https://github.com/apache/mynewt-core/actions/workflows/build_all_apps.yml";>
+  <img 
src="https://github.com/apache/mynewt-core/actions/workflows/build_all_apps.yml/badge.svg";>
+<a/>
+
+<a 
href="https://github.com/apache/mynewt-core/actions/workflows/newt_test_all.yml";>
   <img 
src="https://github.com/apache/mynewt-core/actions/workflows/newt_test_all.yml/badge.svg";>
 <a/>
 
-<p>
+## Overview
 
 Apache Mynewt is an open-source operating system for tiny embedded devices.
 Its goal is to make it easy to develop applications for microcontroller

Reply via email to