From dc24a4400bb79ceecced67ca85bd021064a82a96 Mon Sep 17 00:00:00 2001 From: Mateusz Galazyn Date: Tue, 9 Jul 2024 13:44:02 +0200 Subject: [PATCH] Add build badges to README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 95f18c96f9..e6accf6a8b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## Overview of the `cardano-api` repository Integration of the [`ledger`](https://github.com/IntersectMBO/cardano-ledger), [`consensus`](https://github.com/IntersectMBO/ouroboros-consensus) and -[networking](https://github.com/IntersectMBO/ouroboros-network/tree/master/ouroboros-network) repositories. +[`networking`](https://github.com/IntersectMBO/ouroboros-network/tree/master/ouroboros-network) repositories. ## Contributing @@ -20,3 +20,9 @@ See the [Contributing guide](CONTRIBUTING.md) for how to contribute to this proj Development documentation can be found in [Cardano Node Wiki](https://github.com/input-output-hk/cardano-node-wiki/wiki). Haddock documentation is available at: https://cardano-api.cardano.intersectmbo.org/ + +[![x86\_64-linux](https://img.shields.io/endpoint?url=https://ci.iog.io/job/IntersectMBO-cardano-api/main/x86_64-linux.required/shield&style=flat-square&label=x86_64-linux)](https://ci.iog.io/job/IntersectMBO-cardano-api/main/x86_64-linux.required) +[![x86\_64-darwin](https://img.shields.io/endpoint?url=https://ci.iog.io/job/IntersectMBO-cardano-api/main/x86_64-darwin.required/shield&style=flat-square&label=x86_64-darwin)](https://ci.iog.io/job/IntersectMBO-cardano-api/main/x86_64-darwin.required) +[![GHA Build](https://img.shields.io/github/actions/workflow/status/intersectmbo/cardano-api/haskell.yml?branch=main&label=GHA%20Build&style=flat-square)](https://github.com/IntersectMBO/cardano-api/actions/workflows/haskell.yml?query=branch%3Amain) +[![Haddock](https://img.shields.io/github/actions/workflow/status/intersectmbo/cardano-api/github-page.yml?branch=main&label=Haddocks&style=flat-square)](https://github.com/IntersectMBO/cardano-api/actions/workflows/github-page.yml?query=branch%3Amain) +