aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--coin/module_config.yaml45
1 files changed, 17 insertions, 28 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index fd80acf9e..20a5e59c5 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -2,34 +2,23 @@ version: 2
accept_configuration:
condition: or
conditions:
- - condition: and
- conditions:
- - condition: property # No cross compilation
- property: host.os
- equals_property: target.os
- - condition: property # qtnamespace is not supported
- property: configureArgs
- not_contains_value: -qtnamespace
- - condition: property # no-widgets is notsupported
- property: configureArgs
- not_contains_value: -no-widgets
- - condition: property # no-gui is not supported
- property: configureArgs
- not_contains_value: -no-gui
- - condition: property # Following configs are not supported
- property: target.osVersion
- not_in_values: [OPENSUSE_13_01, QEMU, WebAssembly, Ubuntu_18_04, SLES_12, SLES_15]
- - condition: property # MibnGW and msvc2015 are not supported
- property: target.compiler
- not_in_values: [Mingw, MSVC2015]
- - condition: and
- conditions:
- - condition: property
- property: target.osVersion
- equals_value: Ubuntu_18_04
- - condition: property
- property: features
- contains_value: LicenseCheck
+ - condition: property
+ property: features
+ contains_value: LicenseCheck
+ - condition: and
+ conditions:
+ - condition: property # No cross compilation
+ property: host.os
+ equals_property: target.os
+ - condition: property
+ property: features
+ contains_value: Packaging
+ - condition: property
+ property: features
+ not_contains_value: UseLegacyInstructions
+ - condition: property # MibnGW and msvc2015 are not supported
+ property: target.compiler
+ not_in_values: [Mingw, MSVC2015]
upload_pyside: &upload_pyside
type: Group