al3xtjames / ghidra-firmware-utils

Ghidra utilities for analyzing PC firmware
Other
386 stars 43 forks source link

Refactor CI #28

Closed antoniovazquezblanco closed 6 months ago

antoniovazquezblanco commented 6 months ago

This PR refactors the CI of the project:

Hope it helps!

al3xtjames commented 6 months ago

Thanks for cleaning this up! Overall this looks good, though I ended up making some changes. I'm OK with manually creating releases. It's probably better than my current approach of creating a release for each new commit on master. I'm less certain about supporting older versions of Ghidra - there have been some API changes previously (such as https://github.com/al3xtjames/ghidra-firmware-utils/issues/15 and https://github.com/al3xtjames/ghidra-firmware-utils/issues/20). 10.2 is likely recent enough though, so I'll keep it enabled in CI.

antoniovazquezblanco commented 6 months ago

Thank you!