ea84c1a229
Adds VxWorks conditions to match target instructions and sets env prefix to wrenv. Change-Id: If9a8ffcdf4b60cc4b45eb2a336737d77d2f8804a Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io> Reviewed-by: Dimitrios Apostolou <jimis@qt.io>
81 lines
2.7 KiB
YAML
81 lines
2.7 KiB
YAML
type: Group
|
|
instructions:
|
|
- !include "{{qt/qtbase}}/prepare_building_env.yaml"
|
|
- type: Group
|
|
instructions:
|
|
- !include "{{qt/qtbase}}/cmake_qtbase_build_instructions.yaml"
|
|
- !include "{{qt/qtbase}}/cmake_build_and_upload_test_artifacts_host.yaml"
|
|
enable_if:
|
|
condition: and
|
|
conditions:
|
|
- condition: property
|
|
property: host.os
|
|
equals_property: target.os
|
|
- condition: property
|
|
property: target.osVersion
|
|
not_in_values: [QEMU, WebAssembly, INTEGRITY, VxWorks]
|
|
- condition: property
|
|
property: features
|
|
not_contains_value: "TargetBuildOnly"
|
|
- condition: property
|
|
property: features
|
|
not_contains_value: "DebianPackaging"
|
|
- condition: runtime
|
|
env_var: AXIVION_ANALYSIS
|
|
not_equals_value: "1"
|
|
- type: Group
|
|
instructions:
|
|
- !include "{{qt/qtbase}}/coin_module_axivion_template_v2.yaml"
|
|
enable_if:
|
|
condition: runtime
|
|
env_var: AXIVION_ANALYSIS
|
|
equals_value: "1"
|
|
- type: Group
|
|
instructions:
|
|
- type: Group
|
|
instructions:
|
|
- !include "{{qt/qtbase}}/cmake_cross_compilation_qtbase_build_instructions.yaml"
|
|
disable_if:
|
|
condition: and
|
|
conditions:
|
|
- condition: property
|
|
property: target.osVersion
|
|
equals_value: Android_ANY
|
|
- condition: property
|
|
property: target.arch
|
|
equals_value: Multi
|
|
- !include "{{qt/qtbase}}/prepare_android_multi_abi_env.yaml"
|
|
- type: Group
|
|
instructions:
|
|
- !include "{{qt/qtbase}}/cmake_build_and_upload_test_artifacts_target.yaml"
|
|
enable_if:
|
|
condition: property
|
|
property: target.osVersion
|
|
in_values: [Android_ANY, QEMU, IOS_ANY, QNX_710, WebAssembly, INTEGRITY, VxWorks]
|
|
enable_if:
|
|
condition: or
|
|
conditions:
|
|
- condition: property
|
|
property: target.osVersion
|
|
in_values: [Android_ANY, QEMU, IOS_ANY, QNX_710, WebAssembly, INTEGRITY, VxWorks]
|
|
- condition: and
|
|
conditions:
|
|
- condition: property
|
|
property: host.compiler
|
|
equals_value: MSVC2019
|
|
- condition: property
|
|
property: target.arch
|
|
equals_value: ARM64
|
|
- condition: property
|
|
property: features
|
|
not_contains_value: "DebianPackaging"
|
|
- type: Group
|
|
instructions:
|
|
- type: Group
|
|
instructions:
|
|
- !include "{{qt/qtbase}}/debian/debian_build_module.yaml"
|
|
enable_if:
|
|
condition: property
|
|
property: features
|
|
contains_value: "DebianPackaging"
|