aboutsummaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2021-05-31 13:32:32 +0300
committerSimo Fält <simo.falt@qt.io>2021-06-10 20:18:42 +0000
commitd7b13507140a5073503ce73097c2a7b51b5bfe44 (patch)
tree96fcb2e5151b1072f258c4df6ebe013bf6550116 /coin
parent60132e11037c7645efdc6b4e8a3f9f231ee6133b (diff)
Disable Webassembly and Windows on Arm targets from ci
Change-Id: I4929dd24bd09f47ad221a4646bfb029c72e69748 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'coin')
-rw-r--r--coin/module_config.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 25cdf3644..64364f37d 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -19,6 +19,12 @@ accept_configuration:
- condition: property # MibnGW and msvc2015 are not supported
property: target.compiler
not_in_values: [Mingw, MSVC2015]
+ - condition: property #Webassembly
+ property: target.osVersion
+ not_equals_value: WebAssembly
+ - condition: property # Windows on Arm
+ property: target.arch
+ not_equals_value: ARM64
- condition: and
conditions:
- condition: property # No cross compilation