jqassistant-archive / jqa-core-framework

The core framework of jQAssistant providing the infrastructure for scanners, rules, analysis and reports.
http://jqassistant.org/
GNU General Public License v3.0
23 stars 6 forks source link

Use Github Actions to provide a simple CI/CD Buildchain #31

Closed obfischer closed 4 years ago

obfischer commented 4 years ago

As core developer of jQAssistant, I want this project to be build on various plattforms with different JDK versions on each commit, so that I know if the change done my the commit does not break the build and the software is fully functional.

The following acceptance criterias must be met:

obfischer commented 4 years ago

Project has now an standard Github Action Workflow to perform a build on every push and once per day.