filleduchaos / dart-bindgen

An experimental library/tool for generating Dart interfaces from header files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI/CD for entire repo

filleduchaos opened this issue · comments

commented

Automation such that merging to stable triggers the following:

  • running tests
  • building clang_plugin for all platforms
  • building the library into a standalone executable with dart2native
  • packaging and uploading the above as a Github release

I'm considering using Github Actions for this.