mirror of https://github.com/qt/qtdatavis3d.git
CI: Disable build and test on configs with '-no-opengl' configure arg
Task-number: QTQAINFRA-6109 Change-Id: I55b983ed566e162afde60fd0d22b7634c93d12fc Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
This commit is contained in:
parent
df2f714877
commit
32145e9c08
|
@ -6,8 +6,13 @@ accept_configuration:
|
|||
|
||||
instructions:
|
||||
Build:
|
||||
- !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml"
|
||||
|
||||
- type: Group
|
||||
instructions:
|
||||
- !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml"
|
||||
disable_if:
|
||||
condition: property
|
||||
property: configureArgs
|
||||
contains_value: "-no-opengl"
|
||||
Test:
|
||||
- type: Group
|
||||
instructions:
|
||||
|
@ -21,3 +26,6 @@ instructions:
|
|||
- condition: property
|
||||
property: configureArgs
|
||||
contains_value: "-no-widgets"
|
||||
- condition: property
|
||||
property: configureArgs
|
||||
contains_value: "-no-opengl"
|
||||
|
|
Loading…
Reference in New Issue