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 ConanInstall::build_profile() method #11

Merged
merged 4 commits into from
Nov 27, 2024
Merged

Add ConanInstall::build_profile() method #11

merged 4 commits into from
Nov 27, 2024

Conversation

ravenexp
Copy link
Owner

@ravenexp ravenexp commented Nov 27, 2024

Allow setting Conan build profile along with the host profile.

Add an alias ConanInstall::host_profile() for ConanInstall::profile().

Resolves #10

@ravenexp ravenexp added the enhancement New feature or request label Nov 27, 2024
@ravenexp ravenexp self-assigned this Nov 27, 2024
Allow setting Conan build profile along with the host profile.

Add an alias `ConanInstall::host_profile()` for `ConanInstall::profile()`.

Bump the crate version to 0.1.3 (preliminary).

Resolves #10
Restructure the advanced usage sections in the crate docs
and project README.
@ravenexp ravenexp merged commit 4a69b28 into main Nov 27, 2024
3 checks passed
@ravenexp ravenexp deleted the build-profile branch November 27, 2024 18:44
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

Successfully merging this pull request may close these issues.

Add --profile:build option
1 participant