Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a CI workflow using GitHub Actions #23

Open
SmileyAG opened this issue Apr 21, 2024 · 1 comment
Open

Add a CI workflow using GitHub Actions #23

SmileyAG opened this issue Apr 21, 2024 · 1 comment

Comments

@SmileyAG
Copy link

It would be great to have automatic builds.

And the point is not at all that manual building can be difficult, it’s just that re-building locally for each new version does not seem like a convenient solution.

Here is an example of CI workflow from other Ghidra extension project for reference: https://github.com/chaoticgd/ghidra-emotionengine-reloaded/blob/main/.github/workflows/publish.yml

When there is a CI workflow, it is not difficult to change the following parameters for shipping builds, such as:

  • JDK version and distribution
  • Gradle version
  • Ghidra version
@zeroKilo
Copy link
Owner

well I make a new build with each release, not sure why I should make it more complicated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants