Immediate-Mode-UI / Nuklear

A single-header ANSI C immediate mode cross-platform GUI library
https://immediate-mode-ui.github.io/Nuklear/doc/index.html
Other
9.06k stars 542 forks source link

Add MSVC CI #521

Open learn-more opened 1 year ago

learn-more commented 1 year ago

Both a 'default' build, and with the define INCLUDE_ALL set will be built. I did not know how to unroll the individual build steps (without making it a huge matrix, where each build will do a new checkout), so all build steps are copy-pasted manually.

dumblob commented 1 year ago

I did not know how to unroll the individual build steps (without making it a huge matrix, where each build will do a new checkout), so all build steps are copy-pasted manually.

I think your approach is totally OK - it is explicit and IMHO not that verbose and allows for quick commenting out things etc.

learn-more commented 1 year ago

@dumblob is there anything I can do to get this merged?