NoelFB / blah

A small 2d c++ game framework
MIT License
577 stars 52 forks source link

Ci #31

Closed SushilRagoonath closed 1 year ago

SushilRagoonath commented 1 year ago

Fixed win32 compile error. Also basic CI to check whether latest code compiling. Its cool if you don't want it I'll keep it on mine

NoelFB commented 1 year ago

Oh cool! I like that idea, I've wanted to set up actions but never really learned how to. I'll merge this.

RandyGaul commented 1 year ago

What is lukka/get-cmake@latest ?

NoelFB commented 1 year ago

ah yeah, gonna remove for the moment, will revisit later. I like the idea to add some simple building actions in the future though.

RandyGaul commented 1 year ago

It was some kind of build action? I'm new to this thing so don't really know what's going on

SushilRagoonath commented 1 year ago

It is a third-party build action that installs cmake. I wasn't sure if the default build environment comes with cmake or not. I'll test now if its really necessary.

Edit: tested is and cmake is there, so the extra action is not required.