2019-11-14 10:51:11 +00:00
|
|
|
type: Group
|
|
|
|
instructions:
|
|
|
|
- !include "{{qt/qtbase}}/prepare_building_env.yaml"
|
|
|
|
- type: Group
|
|
|
|
instructions:
|
2021-02-15 07:27:11 +00:00
|
|
|
- type: Group
|
|
|
|
instructions:
|
|
|
|
- !include "{{qt/qtbase}}/cmake_module_build_instructions.yaml"
|
|
|
|
- !include "{{qt/qtbase}}/cmake_build_and_upload_test_artifacts_host.yaml"
|
|
|
|
disable_if:
|
|
|
|
condition: runtime
|
|
|
|
env_var: QT_CI_SKIP_MODULE_BUILD
|
|
|
|
not_equals_value: null
|
2020-10-27 13:01:16 +00:00
|
|
|
- !include "{{qt/qtbase}}/cmake_documentation_build.yaml"
|
2019-11-14 10:51:11 +00:00
|
|
|
enable_if:
|
2020-04-27 11:24:19 +00:00
|
|
|
condition: and
|
|
|
|
conditions:
|
|
|
|
- condition: property
|
|
|
|
property: host.os
|
|
|
|
equals_property: target.os
|
|
|
|
- condition: property
|
|
|
|
property: target.osVersion
|
2021-07-14 13:06:41 +00:00
|
|
|
not_in_values: [QEMU, WebAssembly, INTEGRITY]
|
2021-01-12 09:19:30 +00:00
|
|
|
- condition: property
|
|
|
|
property: features
|
|
|
|
not_contains_value: "TargetBuildOnly"
|
2022-10-12 11:15:32 +00:00
|
|
|
- condition: property
|
|
|
|
property: features
|
|
|
|
not_contains_value: "DebianPackaging"
|
2023-01-13 05:35:16 +00:00
|
|
|
- condition: property
|
|
|
|
property: features
|
|
|
|
not_contains_value: Axivion
|
|
|
|
- type: Group
|
|
|
|
instructions:
|
|
|
|
- !include "{{qt/qtbase}}/coin_module_axivion_template_v2.yaml"
|
|
|
|
enable_if:
|
|
|
|
condition: and
|
|
|
|
conditions:
|
|
|
|
- condition: property
|
|
|
|
property: features
|
|
|
|
contains_value: Axivion
|
|
|
|
- condition: runtime
|
|
|
|
env_var: TESTED_MODULE_COIN
|
|
|
|
not_equals_value: "qtdoc"
|
|
|
|
- condition: runtime
|
|
|
|
env_var: TESTED_MODULE_COIN
|
|
|
|
not_equals_value: "qtquickeffectmaker"
|
|
|
|
- condition: runtime
|
|
|
|
env_var: TESTED_MODULE_COIN
|
|
|
|
not_equals_value: "qttranslations"
|
|
|
|
- condition: runtime
|
|
|
|
env_var: TESTED_MODULE_COIN
|
|
|
|
not_equals_value: "qtwebengine"
|
2019-11-14 10:51:11 +00:00
|
|
|
- type: Group
|
|
|
|
instructions:
|
|
|
|
- !include "{{qt/qtbase}}/cmake_cross_compilation_module_build_instructions.yaml"
|
2020-06-12 15:50:30 +00:00
|
|
|
- type: Group
|
|
|
|
instructions:
|
|
|
|
- !include "{{qt/qtbase}}/cmake_build_and_upload_test_artifacts_target.yaml"
|
|
|
|
enable_if:
|
2021-04-09 16:06:57 +00:00
|
|
|
condition: property
|
2020-04-27 11:24:19 +00:00
|
|
|
property: target.osVersion
|
2022-09-16 12:50:58 +00:00
|
|
|
in_values: [Android_ANY, QEMU, IOS_ANY, QNX_710, WebAssembly, INTEGRITY]
|
2021-04-09 16:06:57 +00:00
|
|
|
enable_if:
|
2021-01-12 09:19:30 +00:00
|
|
|
condition: or
|
|
|
|
conditions:
|
|
|
|
- condition: property
|
|
|
|
property: target.osVersion
|
2022-09-16 12:50:58 +00:00
|
|
|
in_values: [Android_ANY, QEMU, IOS_ANY, QNX_710, WebAssembly, INTEGRITY]
|
2021-01-12 09:19:30 +00:00
|
|
|
- condition: and
|
|
|
|
conditions:
|
|
|
|
- condition: property
|
|
|
|
property: host.compiler
|
|
|
|
equals_value: MSVC2019
|
|
|
|
- condition: property
|
|
|
|
property: target.arch
|
|
|
|
equals_value: ARM64
|
2022-10-12 11:15:32 +00:00
|
|
|
- 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"
|