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

[suggestion] optionally specify a base profile in add()-method of ConanMultiPackager #569

Open
JochenWilhelmyTomTom opened this issue Jun 29, 2021 · 0 comments

Comments

@JochenWilhelmyTomTom
Copy link

Hi!

I create a ConanMultiPackager and then use .add() to add builds for Linux and Android. All calls to add() assume the same default profile because there is only one call to run() at the end. Therefore it would be a handy feature if add() would take an optional profile parameter, like .add(profile="android", settings={}, ...)

Of course a separate instance of ConanMultiPackager could be created for each profile (and then the profile passed to .run()), but this would conflict a bit with the pagination feature as each instance doesn't see the others.

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