heroiclabs / nakama-cpp

Generic C/C++ client for Nakama server.
https://heroiclabs.com/docs/cpp-client-guide
Apache License 2.0
68 stars 25 forks source link

split out ci workflows into separate scripts #94

Closed lugehorsam closed 1 year ago

lugehorsam commented 1 year ago

Allows us to build each platform independently if we so choose, either to hand off a particular build to a client or also to debug CI issues for a specific platform, instead of needing to build all the platforms each time.

Also, removes unreal-specific CI stuff in here. That will be moved to nakama-unreal and needs a rework anyway.