mirror of
git://code.qt.io/qt/qt5.git
synced 2025-12-21 07:28:21 +08:00
Add instructions to run cmake on the qt5/tests/manual/RunCMake directory followed by ctest. These are only executed on platforms that set the TopLevelRunCMakeTests feature. Change-Id: I336f9395e5d9d580619eac028fbfc1d6c14bf805 Reviewed-by: Toni Saario <toni.saario@qt.io>
32 lines
801 B
YAML
32 lines
801 B
YAML
version: 2
|
|
accept_configuration:
|
|
condition: property
|
|
property: features
|
|
not_contains_value: Disable
|
|
|
|
instructions:
|
|
Build:
|
|
- type: Group
|
|
instructions:
|
|
- !include "{{qt/qt5}}/coin_qt_build_template.yaml"
|
|
enable_if:
|
|
condition: property
|
|
property: features
|
|
not_contains_value: "TopLevelRunCMakeTests"
|
|
- type: Group
|
|
instructions:
|
|
- !include "{{qt/qt5}}/coin_run_top_level_cmake_tests.yaml"
|
|
enable_if:
|
|
condition: property
|
|
property: features
|
|
contains_value: "TopLevelRunCMakeTests"
|
|
|
|
Test:
|
|
- type: Group
|
|
instructions:
|
|
- !include "{{qt/qt5}}/coin_bic_tests.yaml"
|
|
enable_if:
|
|
condition: property
|
|
property: features
|
|
not_contains_value: "TopLevelRunCMakeTests"
|