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

@ -21,6 +21,7 @@ set_property(CACHE OPENGL_VERSION PROPERTY STRINGS "3.3" "2.1" "1.1" "ES 2.0")
### Config options ###
include_directories(external/glfw/include)
include_directories(external/openal/include) # For use with AppVeyor on Windows
# Translate the config options to what raylib wants
if(${PLATFORM} MATCHES "Desktop")