EvanatorM / ScuffedMinecraft

A Minecraft Clone in C++
MIT License
140 stars 23 forks source link

Implement CI for automatic builds #28

Open CommanderRedYT opened 2 weeks ago

CommanderRedYT commented 2 weeks ago

Very cool project!

I took some little time to add a CI to your project. CMake does not compile yet as it is tighter on errors / warnings, but when they are fixed you can just enable it in line 19.

CommanderRedYT commented 2 weeks ago

You might need to enable github actions to make this work