]> code.bitgloo.com Git - clyne/entityx.git/commitdiff
Add AppVeyor master status badge.
authorAlec Thomas <alec@swapoff.org>
Thu, 23 Apr 2015 04:27:01 +0000 (14:27 +1000)
committerAlec Thomas <alec@swapoff.org>
Thu, 23 Apr 2015 04:27:01 +0000 (14:27 +1000)
README.md

index 46ca514fcfd3a1201e2076ef67aa4e36cf674928..2439e04844b636e8c596fa45f2594981501b1e16 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
-# EntityX - A fast, type-safe C++ Entity Component System [![Build Status](https://travis-ci.org/alecthomas/entityx.png)](https://travis-ci.org/alecthomas/entityx)
+# EntityX - A fast, type-safe C++ Entity Component System [![Build Status](https://travis-ci.org/alecthomas/entityx.png)](https://travis-ci.org/alecthomas/entityx) [![Build status](https://ci.appveyor.com/api/projects/status/qc8s0pqb5ci092iv/branch/master)](https://ci.appveyor.com/project/alecthomas/entityx/branch/master)
+
 
 ***NOTE: The current stable release 1.0.0 breaks backwards compataibility with < 1.0.0. See the [change log](CHANGES.md) for details.***