summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@qt.io>2021-05-07 17:37:12 +0200
committerDominik Holland <dominik.holland@qt.io>2021-05-10 11:23:37 +0200
commit12f68d3498e9f3f705f8486e0ca54433d506002e (patch)
tree85e8fba60c562670d428782e8a78c826c2852b0a
parent25b514f8d03b807d239d487b3c1e4337ffe43505 (diff)
downloadqtivi-12f68d3498e9f3f705f8486e0ca54433d506002e.tar.gz
coin: Disable the CI for the QEMU configurations
This needs to be disabled until the dependency checks for the ivigenerator work there as well. Change-Id: Ibfcebc2c32614bab58c0567169a1e8c1bb4d8d84 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Robert Griebl <robert.griebl@qt.io>
-rw-r--r--coin/module_config.yaml17
1 files changed, 11 insertions, 6 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 556a066..3c2ceb7 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -1,13 +1,18 @@
version: 2
accept_configuration:
- condition: or
+ condition: and
conditions:
- condition: property
- property: target.os
- not_equals_value: MacOS
- - condition: property
- property: host.arch
- not_equals_value: ARM64
+ property: target.osVersion
+ not_equals_value: QEMU
+ - condition: or
+ conditions:
+ - condition: property
+ property: target.os
+ not_equals_value: MacOS
+ - condition: property
+ property: host.arch
+ not_equals_value: ARM64
instructions:
Build: