Add a new coin_test_docs_common.yaml file that contains the common instructions for configuring a documentation warning build. Pick-to: 6.8 Task-number: QTBUG-128730 Change-Id: Ifc86570f3c98e64364f3c2c2bb71f45eaaee0c19 Reviewed-by: Toni Saario <toni.saario@qt.io>
21 lines
655 B
YAML
21 lines
655 B
YAML
type: Group
|
|
instructions:
|
|
- type: EnvironmentVariable
|
|
variableName: COIN_TEST_DOCS_CALL_QTBASE_CONFIGURE
|
|
variableValue: "1"
|
|
- type: EnvironmentVariable
|
|
variableName: COIN_TEST_DOCS_CONFIGURE_EXTRA_CMAKE_ARGS
|
|
# Use unix separators even on Windows, to avoid escaping issues in the configure script.
|
|
variableValue: "-DCMAKE_INSTALL_PREFIX:PATH={{unixPathSeparators .InstallDir}}"
|
|
|
|
- !include "{{qt/qtbase}}/coin_test_docs_common.yaml"
|
|
enable_if:
|
|
condition: and
|
|
conditions:
|
|
- condition: property
|
|
property: features
|
|
contains_value: "TestDocs"
|
|
- condition: property
|
|
property: host.os
|
|
equals_property: target.os
|