Novum / vkQuake

Vulkan Quake port based on QuakeSpasm
GNU General Public License v2.0
1.83k stars 222 forks source link

Add automated Travis CI testing #57

Closed mdeguzis closed 8 years ago

mdeguzis commented 8 years ago

Would you be willing to add Travis CI automated build tests? If you have not used this service before, see: https://travis-ci.org/.

Example:

https://github.com/ProfessorKaos64/vkQuake

This will build on each commit. If this isn't ideal, issue will be closed. Windows support on Travis is not yet implemented. I believe this may be doable by running a secondary build pass with mingw compilation.

Novum commented 8 years ago

Sure, why not. But do you really think it's necessary? It's not a huge code base.

mdeguzis commented 8 years ago

Meh you're right. If it was a bigger project, I'd make more sense.