Raylib-CsLo icon indicating copy to clipboard operation
Raylib-CsLo copied to clipboard

Add auto-build via Github actions

Open jasonswearingen opened this issue 2 years ago • 0 comments

It would be nice to have an automated build process like what raylib-cs has. This would automatically build the windows,linux,osx binaries when a code change is commited.

Currently building for Windows and Linux can be done manually, which is good enough for me in the medium term, which is why I can't prioritize working on it myself for now.

Update: it seems raylib-cs doesn't actually build, it just coppies the native raylib binaries. So an actual github action to build+bundle extras seems like it would be a lot more work!

jasonswearingen avatar Mar 05 '22 19:03 jasonswearingen