Col-E / Recaf

The modern Java bytecode editor
https://recaf.coley.software
MIT License
6.02k stars 465 forks source link

Roll-out CI for Recaf #18

Closed charlesdaniels closed 4 years ago

charlesdaniels commented 7 years ago

Recaf should have some sort of CI to:

I suggets investigating Travis CI as it is free for open source projects to use.

Col-E commented 7 years ago

Started as of https://github.com/Col-E/Recaf/commit/271c494cc6870a985d37af9116df657dd021369f

In the 2.0.0 branch:

Col-E commented 4 years ago

https://github.com/Col-E/Recaf/blob/redesign/CONTRIBUTING.md#commit-messages - CI + versioning is now automated with commit messages thanks to @ViRb3 - #196

Col-E commented 4 years ago

I'm going to close this as its basically complete. Findbugs can be easily added later, but for now I believe checkstyle will suffice.