From 36bfb4e9542df21e3df32109e922c4206e0b0a99 Mon Sep 17 00:00:00 2001 From: Daniel Duan Date: Sun, 22 Nov 2020 22:00:17 -0800 Subject: [PATCH] Add badges to README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 4892f32..060c67e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ +| Swift 5.3 | +|-| +|[![Amazon Linux 2](https://github.com/dduan/Termbox/workflows/Amazon%20Linux%202/badge.svg)](https://github.com/dduan/Termbox/actions?query=workflow%3A%22Amazon+Linux+2%22)| +|[![CentOS 8](https://github.com/dduan/Termbox/workflows/CentOS%208/badge.svg)](https://github.com/dduan/Termbox/actions?query=workflow%3A%22CentOS+8%22)| +|[![macOS 11.15](https://github.com/dduan/Termbox/workflows/macOS%2011.15/badge.svg)](https://github.com/dduan/Termbox/actions?query=workflow%3A%22macOS+11.15%22)| +|[![Ubuntu Bionic](https://github.com/dduan/Termbox/workflows/Ubuntu%20Bionic/badge.svg)](https://github.com/dduan/Termbox/actions?query=workflow%3A%22Ubuntu+Bionic%22)| +|[![Ubuntu Focal](https://github.com/dduan/Termbox/workflows/Ubuntu%20Focal/badge.svg)](https://github.com/dduan/Termbox/actions?query=workflow%3A%22Ubuntu+Focal%22)| + + This is a Swift wrapper for [termbox](https://github.com/nsf/termbox). Both the original C library and a Swift wrapper are included for Swift Package