theapache64 / stackzy

💻 A cross-platform desktop application to identify libraries used inside an android application ⚡
Apache License 2.0
1.04k stars 56 forks source link

Introduce GitHub Actions build pipeline #12

Closed mikepenz closed 3 years ago

mikepenz commented 3 years ago

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