blob: c54be0b537b28ba0202f3166e6e3ce5b62edc713 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
version: 2
accept_configuration:
condition: property
property: features
not_contains_value: Disable
instructions:
Build:
- type: EnvironmentVariable
variableName: VERIFY_SOURCE_SBOM
variableValue: "ON"
- !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml"
Test:
- !include "{{qt/qtwebview}}/run_native_plugin_tests.yaml"
- !include "{{qt/qtwebview}}/run_webengine_plugin_tests.yaml"
- !include "{{qt/qtbase}}/coin_module_test_docs.yaml"
|