larsch / ocra

One-Click Ruby Application Builder
http://ocra.rubyforge.org/
833 stars 84 forks source link

Use Github Actions #153

Closed circutrider21 closed 4 years ago

circutrider21 commented 4 years ago

I have looked at this repository, and one recommendation i have is to use GitHub Actions, which would improve your workflow.

larsch commented 4 years ago

Thanks for the recommendation!

larsch commented 4 years ago

Is running the OCRA unittest on a CI practical? I needs MinGW and ideally multiple versions of RubyInstaller available. Also, needs the ability to build and run Windows executables.

circutrider21 commented 4 years ago

You can do all that you have mentioned above by specifying what you need to do your test on a CI. Finally, you can use GitHub artifacts to upload the files generated by the CI to GitHub releases