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
|
|
|
|
not_equals_value: QEMU
|
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:
|
|
|
|
condition: and
|
|
|
|
conditions:
|
|
|
|
- condition: property
|
|
|
|
property: host.os
|
|
|
|
equals_property: target.os
|
|
|
|
- condition: property
|
|
|
|
property: target.osVersion
|
|
|
|
equals_value: QEMU
|
2019-11-14 10:51:11 +00:00
|
|
|
disable_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
|
|
|
|
not_equals_value: QEMU
|