22 lines
534 B
YAML
22 lines
534 B
YAML
version: 2
|
|
accept_configuration:
|
|
condition: property
|
|
property: features
|
|
not_contains_value: Disable
|
|
|
|
machine_type:
|
|
Build:
|
|
cores: 8
|
|
Test:
|
|
cores: 4
|
|
|
|
instructions:
|
|
Build:
|
|
- !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml"
|
|
|
|
Test:
|
|
- !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml"
|
|
- !include "{{qt/qtbase}}/coin_module_test_docs.yaml"
|
|
- !include "{{qt/qtdeclarative}}/coin_dom_standalone_old_qt_mac.yaml"
|
|
- !include "{{qt/qtdeclarative}}/coin_dom_standalone_old_qt_win.yaml"
|