firstrateconcepts / FusionOfSouls

Fusion of Souls is a Roguelike Auto-Battler that adds a new level of difficult decision-making by allowing you to fuse units and items into a powerful hero opening up a whole new layer of strategy to the genre.
GNU General Public License v3.0
1 stars 0 forks source link

Setup CI Environment #37

Closed runt9 closed 3 years ago

runt9 commented 3 years ago

Hopefully just GitHub actions?

Needs to run tests, ideally would run code analysis, and must output a single build artifact for a runnable game (ideally via Packr JPackage)

Example from the badass-runtime-plugin that shows building for each of Mac/Ubuntu/Windows: https://github.com/beryx-gist/badass-runtime-example-javafx/blob/master/.github/workflows/gradle.yml

runt9 commented 3 years ago

See https://github.com/runt9/FusionOfSouls/blob/pre-rewrite-experimentation/.github/workflows/gradle.yml for initial implementation