TheCherno / Sparky

Cross-Platform High Performance 2D/3D game engine for people like me who like to write code.
Apache License 2.0
1.1k stars 221 forks source link

Continuous Integration #107

Closed TheCherno closed 8 years ago

TheCherno commented 8 years ago

Getting CI up and running will help detect errors and speed up pull request verification. Since Sparky only supports Windows at the moment, we should probably use AppVeyor for Windows builds, as well as Travis once Sparky supports Mac and Linux.

TheCherno commented 8 years ago

AppVeyor CI has been integrated. See issue #108 for follow-up.