wgois / OIS

Official OIS repository. Object oriented Input System
https://wgois.github.io/OIS/
zlib License
254 stars 87 forks source link

Add CI for mingw compiler #38

Open Ybalrid opened 6 years ago

Ybalrid commented 6 years ago

MinGW is building the Win32 codepath, but their compilers and libraries are different from Visual Studio in term of the accessible functions.

It is possible that a build that passes on Visual Studio doesn't work on MinGW. It has to be checked by hand.

We need to setup either an AppVeyor build configuration, or a cross-compiling MinGW build on Linux on Travis to build the code on MinGW