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

CLI: Host capabilities #6

Open
webbertakken opened this issue May 22, 2022 · 0 comments
Open

CLI: Host capabilities #6

webbertakken opened this issue May 22, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@webbertakken
Copy link
Member

The CLI should be able to determine what it's host machine is capable of.

Based on the host's capabilities subsequent configurations can be determined.

An example: On a windows runner, when running a windows-il2cpp build, we'll need to use different images and parameters than when running a linux-il2cpp build on an ubuntu runner. Both of these use docker, but for mac we run directly on the machine which again behaves differently.

The goal of this issue is to have a proper mechanism to determine strategy based on

  • user input
  • host capabilities
  • configuration
@webbertakken webbertakken added the enhancement New feature or request label May 22, 2022
@webbertakken webbertakken transferred this issue from game-ci/unity-builder Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant