-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Labels
complex: lowcomponent: buildBuild helpers, build systems...Build helpers, build systems...priority: lowstage: queuetype: feature
Milestone
Description
Feature request
Right now if I set CONAN_BUILD_TYPES="Debug,Release" CPT will create two packages for Debug and Release build types.
However CONAN_OPTIONS does not work in the same way. I'm not sure if this is a feature or a bug.
For example, if I set CONAN_OPTIONS ="foobar:with_bar=True,foobar:with_bar=False" only one package is created.
It would be great if CPT allow creating permutations for options as well,
Environment Details
- Conan Package Tools Version: 0.23.0
- Operating System: Linux
- Operation System Version: Ubuntu 16.04
- Compiler+version: gcc-5.4
- Docker image: conanio/gcc7
- Conan version: conan 1.2.0
- Python version: python 3.7.0
Metadata
Metadata
Assignees
Labels
complex: lowcomponent: buildBuild helpers, build systems...Build helpers, build systems...priority: lowstage: queuetype: feature