Skip to content

Commit 651150d

Browse files
committed
README: add CI build badges
Show status of test builds on the project GitHub page. Fixes libusb#35. Signed-off-by: Filip Kubicz <[email protected]>
1 parent 5d9b4cd commit 651150d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## HIDAPI library for Windows, Linux, FreeBSD and macOS
22

3+
| CI instance | Status |
4+
|----------------------|--------|
5+
| `macOS master` | [![Build Status](https://travis-ci.org/libusb/hidapi.svg?branch=master)](https://travis-ci.org/libusb/hidapi) |
6+
| `Windows master` | [![Build status](https://ci.appveyor.com/api/projects/status/r482aevuigmi86rk/branch/master?svg=true)](https://ci.appveyor.com/project/Youw/hidapi/branch/master) |
7+
| `Linux/BSD, last build (branch/PR)` | [![builds.sr.ht status](https://builds.sr.ht/~qbicz/hidapi.svg)](https://builds.sr.ht/~qbicz/hidapi?) |
8+
39
HIDAPI is a multi-platform library which allows an application to interface
410
with USB and Bluetooth HID-Class devices on Windows, Linux, FreeBSD, and macOS.
511
HIDAPI can be either built as a shared library (`.so`, `.dll` or `.dylib`) or

0 commit comments

Comments
 (0)