2019-10-11 13:13:48 +00:00
|
|
|
version: 2
|
2019-04-25 09:44:20 +00:00
|
|
|
accept_configuration:
|
|
|
|
condition: property
|
2019-10-11 13:13:48 +00:00
|
|
|
property: features
|
|
|
|
not_contains_value: Disable
|
2019-06-03 11:35:41 +00:00
|
|
|
|
2019-10-11 13:13:48 +00:00
|
|
|
instructions:
|
|
|
|
Build:
|
|
|
|
- !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.yaml"
|
|
|
|
enable_if:
|
|
|
|
condition: property
|
|
|
|
property: host.os
|
|
|
|
equals_property: target.os
|
|
|
|
- type: Group
|
|
|
|
instructions:
|
|
|
|
- !include "{{qt/qtbase}}/cmake_cross_compilation.yaml"
|
|
|
|
disable_if:
|
|
|
|
condition: property
|
|
|
|
property: host.os
|
|
|
|
equals_property: target.os
|
2019-06-25 09:00:01 +00:00
|
|
|
|
2019-10-11 13:13:48 +00:00
|
|
|
Test:
|
|
|
|
- type: Group
|
|
|
|
instructions:
|
|
|
|
- !include "{{qt/qtbase}}/cmake_regular_test_instructions.yaml"
|
|
|
|
enable_if:
|
|
|
|
condition: property
|
|
|
|
property: host.os
|
|
|
|
equals_value: target.os
|
|
|
|
- type: EnvironmentVariable
|
|
|
|
variableName: Dummy
|
|
|
|
variableValue: dummy
|
|
|
|
disable_if:
|
|
|
|
condition: property
|
|
|
|
property: host.os
|
|
|
|
equals_property: target.os
|