aboutsummaryrefslogtreecommitdiffstats
path: root/coin/module_config.yaml
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2022-06-09 05:23:24 +0000
committerSamuli Piippo <samuli.piippo@qt.io>2022-06-15 05:51:02 +0000
commit07f1d25ec2f9c070b7c5536be721174989a9e8be (patch)
treef120649a45d03889741fcee454247082cc870b77 /coin/module_config.yaml
parentf6d07659b1fac4b40fd745d63ec2d33d4a8c4d52 (diff)
Coin: add more targets to build
Add CI builds for raspberrypi4-64 and intel-skylake-64. These are not official release targets, but let's make sure that all changes will build on these targets. Change-Id: I95b4d264a442cb334ba8db6ab99af98b98b9451a Reviewed-by: Ari Parkkila <ari.parkkila@qt.io> Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'coin/module_config.yaml')
-rw-r--r--coin/module_config.yaml16
1 files changed, 15 insertions, 1 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index ba83e738..602b5ec0 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -7,7 +7,7 @@ accept_configuration:
equals_value: Yocto
- condition: property
property: target.arch
- in_values: [TARGET1, TARGET2, TARGET3, TARGET4, TARGET5]
+ in_values: [TARGET1, TARGET2, TARGET3, TARGET4, TARGET5, TARGET6, TARGET7]
machine_type:
Build:
@@ -51,6 +51,20 @@ environment: &environment
condition: property
property: target.arch
equals_value: TARGET5
+ - type: EnvironmentVariable
+ variableName: MACHINE
+ variableValue: raspberrypi4-64
+ enable_if:
+ condition: property
+ property: target.arch
+ equals_value: TARGET6
+ - type: EnvironmentVariable
+ variableName: MACHINE
+ variableValue: intel-skylake-64
+ enable_if:
+ condition: property
+ property: target.arch
+ equals_value: TARGET7
build_instructions:
- *environment