larsch / ocra

One-Click Ruby Application Builder

Home Page:http://ocra.rubyforge.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use Github Actions

circutrider21 opened this issue · comments

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

Thanks for the recommendation!

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.

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