From 81dd9f475433508da9e4d1652286d31c5723f07e Mon Sep 17 00:00:00 2001 From: Andrea Bondavalli <56439183+bondagit@users.noreply.github.com> Date: Sun, 5 Feb 2023 16:27:55 +0100 Subject: [PATCH] Add an Azure Pipelines status badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a1f6998..81efbe7 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ AES67 Linux Daemon is a Linux implementation of AES67 interoperability standard used to distribute and synchronize real time audio over Ethernet. See [https://en.wikipedia.org/wiki/AES67](https://en.wikipedia.org/wiki/AES67) for additional info. +[![Build Status](https://dev.azure.com/AndreaBondavalli/AES67%20Linux%20daemon/_apis/build/status/bondagit.aes67-linux-daemon?branchName=master)](https://dev.azure.com/AndreaBondavalli/AES67%20Linux%20daemon/_build/latest?definitionId=24&branchName=master) + # Introduction The daemon is a Linux process that uses the [Merging Technologies ALSA RAVENNA/AES67 Driver](https://bitbucket.org/MergingTechnologies/ravenna-alsa-lkm/src/master) to handle PTP synchronization and RTP streams and exposes a REST interface for configuration and status monitoring.