2019-11-14 10:51:11 +00:00
|
|
|
type: Group
|
|
|
|
instructions:
|
|
|
|
- !include "{{qt/qtbase}}/prepare_building_env.yaml"
|
|
|
|
- type: Group
|
|
|
|
instructions:
|
|
|
|
- !include "{{qt/qtbase}}/cmake_qtbase_build_instructions.yaml"
|
2020-06-12 15:50:30 +00:00
|
|
|
- !include "{{qt/qtbase}}/cmake_build_and_upload_test_artifacts_host.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-02-26 15:33:26 +00:00
|
|
|
not_in_values: [QEMU, WebAssembly]
|
2019-11-14 10:51:11 +00:00
|
|
|
- type: Group
|
|
|
|
instructions:
|
|
|
|
- !include "{{qt/qtbase}}/cmake_cross_compilation_qtbase_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:
|
2020-09-09 05:32:21 +00:00
|
|
|
condition: property
|
2020-06-12 15:50:30 +00:00
|
|
|
property: target.osVersion
|
2020-09-09 05:32:21 +00:00
|
|
|
in_values: [Android_ANY, QEMU]
|
|
|
|
enable_if:
|
|
|
|
condition: property
|
2020-04-27 11:24:19 +00:00
|
|
|
property: target.osVersion
|
2021-02-26 15:33:26 +00:00
|
|
|
in_values: [IOS_ANY, Android_ANY, QEMU, QNX_710, WebAssembly]
|