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

crash-test: add recipe for matrix build that generated from minepkg.toml #1

Open
fiws opened this issue Apr 4, 2022 · 0 comments
Open

Comments

@fiws
Copy link
Member

fiws commented Apr 4, 2022

Instead of manually specifying the minecraft versions that want to be tested we can generate them by inspecting the minepkg.toml

  • This needs support getting toml info as json minepkg#130
  • We then need to get the available minecraft versions somehow (create an API for that?)
  • Finally we can provide a recipe that ties all of this together (by using github action inputs and outputs). This will probably be a 2 part job:
    • 1: return the minepkg.toml as json, parse it, use requirements.minecraft and somehow (API request?) map this to available minecraft versions. Pass those versions as output
    • Run the crash test with the minecraft versions from the previous step as input
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

1 participant