From: Alec Thomas Date: Thu, 23 Apr 2015 04:27:01 +0000 (+1000) Subject: Add AppVeyor master status badge. X-Git-Url: https://code.bitgloo.com/?a=commitdiff_plain;h=26f02d3e4a8d78d4dbe406748b65da83195ad170;p=clyne%2Fentityx.git Add AppVeyor master status badge. --- diff --git a/README.md b/README.md index 46ca514..2439e04 100644 --- 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.***