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

Default build and overrides #71

Open
KatieHarris2397 opened this issue Feb 20, 2024 · 0 comments
Open

Default build and overrides #71

KatieHarris2397 opened this issue Feb 20, 2024 · 0 comments

Comments

@KatieHarris2397
Copy link
Contributor

KatieHarris2397 commented Feb 20, 2024

  1. If user does not provide any build specifications in builder.yaml Builder should use the default "assumed language" build command
  2. If a buildcmd is provided Builder should use it as the build command
  3. If a buildfile is provided without a buildcmd Builder should use the build file with the default build command
  4. If a buildfile and a buildcmd is provided Builder should use the build command given
  5. If a buildtool (where user is specifying make, gradle, maven, etc.) is provided, Builder should use the build steps defined for the specified tool (i.e. if "maven" or "mvn" is provided as the build tool, Builder should run the command mvn clean install)
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