From 183164ef84216d19343e9c744d48fd2cf2c3fe37 Mon Sep 17 00:00:00 2001 From: Davide Pesavento Date: Tue, 9 Apr 2024 16:10:51 -0400 Subject: [PATCH] Add Docker build badge to README.md Change-Id: I8577bed7294511896338ac5a6db397b0fd03ee0c --- .github/workflows/ci.yml | 8 ++++++-- README.md | 5 +++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae09443dc..fdf76cb35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,10 +2,14 @@ name: CI on: push: paths-ignore: - - 'docs/**' - '*.conf.sample*' - - '*.md' + - 'Dockerfile' + - '.dockerignore' + - 'docs/**' + - '.editorconfig' + - '.gitignore' - '.mailmap' + - '*.md' workflow_dispatch: permissions: {} diff --git a/README.md b/README.md index 84e55bb0e..c91575843 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,11 @@ +![Latest version](https://img.shields.io/github/v/tag/named-data/ndn-cxx?label=Latest%20version) +![Language](https://img.shields.io/badge/C%2B%2B-17-blue) [![CI](https://github.com/named-data/ndn-cxx/actions/workflows/ci.yml/badge.svg)](https://github.com/named-data/ndn-cxx/actions/workflows/ci.yml) +[![Docker](https://github.com/named-data/ndn-cxx/actions/workflows/docker.yml/badge.svg)](https://github.com/named-data/ndn-cxx/actions/workflows/docker.yml) [![Docs](https://github.com/named-data/ndn-cxx/actions/workflows/docs.yml/badge.svg)](https://github.com/named-data/ndn-cxx/actions/workflows/docs.yml) -![Language](https://img.shields.io/badge/C%2B%2B-17-blue) -![Latest version](https://img.shields.io/github/v/tag/named-data/ndn-cxx?label=Latest%20version) **ndn-cxx** is a C++17 library implementing Named Data Networking (NDN) primitives that can be used to write various NDN applications. The library is currently being