Pick-to: 6.8 Change-Id: I8407ddb117941bc9e28b18998ff1e824ded2b1d9 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit 38e39902c6b2056d4600c2f8b425fde26cca179c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
25 lines
496 B
YAML
25 lines
496 B
YAML
version: 2
|
|
tags: [git]
|
|
accept_configuration:
|
|
condition: property
|
|
property: features
|
|
not_contains_value: Disable
|
|
|
|
machine_type:
|
|
Build:
|
|
cores: 8
|
|
Test:
|
|
cores: 4
|
|
|
|
instructions:
|
|
|
|
Build:
|
|
- type: EnvironmentVariable
|
|
variableName: VERIFY_SOURCE_SBOM
|
|
variableValue: "ON"
|
|
- !include "{{qt/qtbase}}/coin_qtbase_build_template_v2.yaml"
|
|
|
|
Test:
|
|
- !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml"
|
|
- !include "{{qt/qtbase}}/coin_qtbase_test_docs.yaml"
|