mirror of https://github.com/qt/qtbase.git
19 lines
607 B
YAML
19 lines
607 B
YAML
type: Group
|
|
instructions:
|
|
- type: Group
|
|
instructions:
|
|
- type: EnvironmentVariable
|
|
variableName: TESTS_ENV_PREFIX
|
|
variableValue: "{{.Env.ENV_PREFIX}}"
|
|
- type: EnvironmentVariable
|
|
variableName: INSTALL_DIR_FOR_CMAKE_TESTS
|
|
variableValue: "{{.InstallDir}}"
|
|
- type: EnvironmentVariable
|
|
variableName: COIN_CMAKE_ARGS
|
|
variableValue: "{{.Env.TEST_CONFIGURE_ARGS}}"
|
|
- !include "{{qt/qtbase}}/cmake_build_and_upload_test_artifacts.yaml"
|
|
disable_if:
|
|
condition: property
|
|
property: features
|
|
contains_value: DisableTests
|