From ad9ef023eacbfaa8d6b91adb968ea9663fbb2094 Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Mon, 21 Dec 2015 01:22:12 +0900 Subject: [PATCH] Add AppVeyor badge. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b850467..a7865f4 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ ![](images/glview_duck.png) +[![Build status](https://ci.appveyor.com/api/projects/status/i5ku97hf0r0quti3?svg=true)](https://ci.appveyor.com/project/syoyo/tinygltfloader) + ## Features * Portable C++. C++-98 with STL dependency only.