Hilbertmf / 8bitsFightClub

This is a 2D Game in Java made for learning purposes during the subject of Object Oriented Programming
2 stars 1 forks source link

Add Maven POM and GitHub Actions CI workflow #1

Open d3adb5 opened 2 years ago

d3adb5 commented 2 years ago

Add a basic Project Object Model (POM) file for Maven to be able to build and package this project, as well as a GitHub Actions CI workflow, which currently just runs a build with Maven.

This is marked as a draft because while it works, resource files and the JAR package shouldn't have been committed directly. I suggest using Git LFS (an issue will be opened with the suggestion) for the resource files so I can rebase these commits and perhaps add CD, as GitHub Packages is capable of storing Maven artifacts.

d3adb5 commented 2 years ago

Won't be marked as ready until some discussion happens in #2. :P