You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a maintainer of a medium sized set of packages for a company using Conan/Artifactory, I'd like to be able to use something like bincrafters/templates to build them.
Our current workflow is based around applying a conan config install command before running any recipe.
Ideally I'd like to be able to add a .bincrafters-package-tools.yml file in the root of the repository with contents like:
---
conan_configuration_sources:
- url: https://github.com/ccdc-opensource/conan-ccdc-common-configuration.gittype: gitargs: -b main
And all builds will run conan config install --type git --args -b main https://github.com/ccdc-opensource/conan-ccdc-common-configuration.git before any other command.
The text was updated successfully, but these errors were encountered:
CONAN_CONFIG_ARGS: Conan config arguments used when installing conan config
CONAN_BASE_PROFILE: Apply options, settings, etc. to this profile instead of default.
As a maintainer of a medium sized set of packages for a company using Conan/Artifactory, I'd like to be able to use something like bincrafters/templates to build them.
Our current workflow is based around applying a conan config install command before running any recipe.
Ideally I'd like to be able to add a .bincrafters-package-tools.yml file in the root of the repository with contents like:
And all builds will run
conan config install --type git --args -b main https://github.com/ccdc-opensource/conan-ccdc-common-configuration.git
before any other command.The text was updated successfully, but these errors were encountered: