From 850cc66d9d222afa83def7fc41052e317178cc12 Mon Sep 17 00:00:00 2001 From: Dimitri Diakopoulos Date: Thu, 17 Jan 2019 07:28:47 -0800 Subject: [PATCH] added travis build badge to readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b2e8c5..28c0a71 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # Libnyquist -[![Build status](https://ci.appveyor.com/api/projects/status/2xeuyuxy618ndf4r?svg=true)](https://ci.appveyor.com/project/ddiakopoulos/libnyquist) + +Platform | Build Status | +-------- | ------------ | +Microsoft VS2017 x64 | [![Build status](https://ci.appveyor.com/api/projects/status/2xeuyuxy618ndf4r?svg=true)](https://ci.appveyor.com/project/ddiakopoulos/libnyquist) | +Clang (OSX) & GCC (Linux) | [![Build Status](https://travis-ci.org/ddiakopoulos/libnyquist.svg?branch=master)](https://travis-ci.org/ddiakopoulos/libnyquist) | Libnyquist is a small C++11 library for reading sampled audio data from disk or memory. It is intended to be used an audio loading frontend for games, audio sequencers, music players, and more.