dearimgui / dear_bindings

C header (and language binding metadata) generator for Dear ImGui
MIT License
237 stars 11 forks source link

CI builds #16

Closed rokups closed 3 years ago

rokups commented 3 years ago

This is initial implementation of CI builds. CI builds bindings for both master and docking branches and tries to compile them. Scheduled builds are performed daily as well, in order to help us catch issues that appear due to new changes pushed to ocornut/imgui repo. I did not include compilation of sample application as that fails due to #13. Thanks to @PathogenDavid pointing out my mistake i could include an example application as well. There is another commit that fixes #14 and allows CI builds to succeed.

ShironekoBen commented 3 years ago

Awesome, thanks! (not sure what normally etiquette is here on closing the branch - should I do that or leave it up to the submitter?)

ocornut commented 3 years ago

Thanks! Not sure either what the etiquette is (on normal projects people have the branchs on their forked repo, not here) - branch is now deleted :)