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

Build configurations #64

Closed
marchbold opened this issue Oct 1, 2021 · 0 comments
Closed

Build configurations #64

marchbold opened this issue Oct 1, 2021 · 0 comments
Labels
enhancement New feature or request
Projects
Milestone

Comments

@marchbold
Copy link
Contributor

Add the ability to specify different project build configurations to allow different values to be used by the generate commands (eg inserted into the application descriptor).

Currently we have:

"configuration": {
    "packageParam": "12345678"
}

It could be turned into something like:

"configuration": {
    "packageParam": "12345678"
},
"buildTypes": {
    "debug": {
        "configuration": {
            "packageParam": "AAAAABBBBB"
        },
    },
    "release": {
    }
}

We will need a way to specify the configuration to use when building and the values in there would then override the default configuration values.

@marchbold marchbold added the enhancement New feature or request label Oct 1, 2021
@marchbold marchbold added this to the v1.0 milestone Oct 1, 2021
@marchbold marchbold added this to v1.0 in Roadmap Oct 1, 2021
@marchbold marchbold removed this from the v1.0 milestone Oct 1, 2021
@marchbold marchbold moved this from v1.0 to v1.1 in Roadmap Oct 1, 2021
@marchbold marchbold added this to the v1.1 milestone Oct 28, 2021
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
No open projects
Development

No branches or pull requests

1 participant