Skip to content

Commit

Permalink
CI: Enable building autotests for QNX QEMU
Browse files Browse the repository at this point in the history
Task-number: QTBUG-87628
Pick-to: 6.2
Change-Id: Id88daa2a08491b71d9d113ab02d0ca7806872a0e
Reviewed-by: Alexandru Croitor <[email protected]>
Reviewed-by: Marianne Yrjänä <[email protected]>
  • Loading branch information
Passeli committed Oct 27, 2021
1 parent 6c22f7e commit 11999a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion coin/instructions/coin_module_test_template_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ instructions:
equals_property: target.os
- condition: property
property: target.osVersion
equals_value: QEMU
in_values: [QEMU, QNX_710]
disable_if:
condition: property
property: features
Expand Down
2 changes: 1 addition & 1 deletion coin/instructions/coin_module_test_template_v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ instructions:
equals_property: target.os
- condition: property
property: target.osVersion
equals_value: QEMU
in_values: [QEMU, QNX_710]
- condition: property
property: target.osVersion
equals_value: IOS_ANY
Expand Down
2 changes: 1 addition & 1 deletion coin/instructions/coin_qtbase_build_template_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ instructions:
enable_if:
condition: property
property: target.osVersion
in_values: [Android_ANY, QEMU, IOS_ANY]
in_values: [Android_ANY, QEMU, IOS_ANY, QNX_710]
enable_if:
condition: or
conditions:
Expand Down

0 comments on commit 11999a0

Please sign in to comment.