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 Docker CI/CD for platforms, versions & build tools. #361

Open
AlexDarigan opened this issue Apr 10, 2023 · 1 comment
Open

Add Docker CI/CD for platforms, versions & build tools. #361

AlexDarigan opened this issue Apr 10, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@AlexDarigan
Copy link
Collaborator

There are four different build tools for Mono (JetBrains MSBuild, VS Msbuild, Mono, .NET cli). A fifth if you count no-mono
There are three major platforms: Windows, Mac & Linux (default to Ubuntu as it is the most ubiquitous).
3.4 & 3.5 are the significant versions of Godot. Don't think there is enough on 3.3 to consider continue. Anything lower is pointless.

Therefore 5 * 3 * 2 = 30 different CIs (is this right?)
See if we can try to aim for combined actions per platform (so only 3 major with 15 * 2 variations)

@AlexDarigan AlexDarigan self-assigned this Apr 28, 2023
@AlexDarigan AlexDarigan added the enhancement New feature or request label Apr 28, 2023
@AlexDarigan
Copy link
Collaborator Author

In retrospect, we only need a single build tool since we're invoking it externally from Godot.

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
None yet
Development

No branches or pull requests

1 participant