From bd212a2a8a29127ff71d5585c33cf7f0a10bf9c0 Mon Sep 17 00:00:00 2001 From: Ayoub Zaki Date: Thu, 19 Dec 2024 19:14:15 +0100 Subject: [PATCH] add pipeline status --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 513ca97..e0b364f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # bmap-writer +[![pipeline status](https://github.com/embetrix/bmap-writer/actions/workflows/cmake-single-platform.yml/badge.svg) + `bmap-writer` is a command-line utility designed to efficiently write disk images to storage devices using block mapping (BMAP). It serves as a lightweight alternative to the Yocto BMAP tool, specifically for embedded systems. Unlike the Yocto BMAP tool, `bmap-writer` is C++ based does not require Python and focuses solely on writing an image.