OpenSWE1R / openswe1r

An Open-Source port of the 1999 Game "Star Wars Episode 1: Racer"
https://openswe1r.github.io/
GNU General Public License v2.0
313 stars 26 forks source link

Add AppVeyor CI support #88

Closed JayFoxRox closed 6 years ago

JayFoxRox commented 6 years ago

This PR adds support for AppVeyor CI. It currently builds using MSVC and MSYS.

Currently, there are some hacks left:

We need a new issue when this is merged:

We should also discuss wether we want CI (both, AppVeyor and Travis) to run tests, clang-format or even deploy builds

While this is in review, I'll probably have to change some travis settings so the CI is ran under the right conditions.

The appveyor files have been stolen from citra-emu/citra. We should keep an eye on them so we can keep it updated.

Closes #13

(Will be merged in a day or so if there is no veto)