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

Support "include" option in config file #81

Open
emersonsiega opened this issue May 31, 2022 · 1 comment
Open

Support "include" option in config file #81

emersonsiega opened this issue May 31, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@emersonsiega
Copy link

Motivation
We have multiple apps (micro apps) using almost the same build.yaml file.
It would be nice if we can have a base file to be used as reference.

lints package have this feature. It's a nice usage example :)

include: package:my_local_package/slang_settings.yaml

targets:
  $default:
    builders:
      slang_build_runner:
          # new settings or overrides
@emersonsiega emersonsiega added the enhancement New feature or request label May 31, 2022
@Tienisto
Copy link
Member

Hi, build.yaml is a feature by build_runner. I don't know if they support it

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

2 participants