This PR is intended to add the GitHub Actions build pipeline.
For a more convenient approach I also fixed the gradle wrapper so ./gradlew build is possible now.
Currently the build would run for PRs and tags, and execute a build -x test and package, with a final upload of the artifacts (if found).
Follow up tasks to this PR
[x] Define build matrix for every supported architecture
This PR is intended to add the GitHub Actions build pipeline. For a more convenient approach I also fixed the
gradle wrapper
so./gradlew build
is possible now.Currently the build would run for PRs and tags, and execute a
build -x test
andpackage
, with a final upload of the artifacts (if found).Follow up tasks to this PR