Add AppVeyor CI for automatic Windows Builds

We already have automatic Linux and macOS build via Travis CI.
This adds the same for Windows x86 and x86_64 with both
Microsoft Visual Studio 2015 as well as MinGW-w64.
This commit is contained in:
Ahmad Fatoum
2017-11-22 23:32:08 +01:00
parent 96e0f0e35e
commit 1e1b20c889
3 changed files with 67 additions and 0 deletions

View File

@ -11,6 +11,7 @@ no fancy interface, no visual helpers, no auto-debugging... just coding in the m
pure spartan-programmers way. Are you ready to learn? Jump to [code examples!](http://www.raylib.com/examples.html)
[![Build Status](https://travis-ci.org/raysan5/raylib.svg?branch=develop)](https://travis-ci.org/raysan5/raylib)
<!-- add AppVeyor badge here -->
features
--------