CI: Add WebAssembly to cross-compiling configs
Change-Id: Ic6fd236623c53ec691cf8c84bb1d385e9b1ac9d2 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
parent
1db8b0de0d
commit
fd16c65b7e
@ -13,7 +13,7 @@ instructions:
|
|||||||
equals_property: target.os
|
equals_property: target.os
|
||||||
- condition: property
|
- condition: property
|
||||||
property: target.osVersion
|
property: target.osVersion
|
||||||
not_equals_value: QEMU
|
not_in_values: [QEMU, WebAssembly]
|
||||||
- type: Group
|
- type: Group
|
||||||
instructions:
|
instructions:
|
||||||
- !include "{{qt/qtbase}}/cmake_cross_compilation_qtbase_build_instructions.yaml"
|
- !include "{{qt/qtbase}}/cmake_cross_compilation_qtbase_build_instructions.yaml"
|
||||||
@ -27,4 +27,4 @@ instructions:
|
|||||||
enable_if:
|
enable_if:
|
||||||
condition: property
|
condition: property
|
||||||
property: target.osVersion
|
property: target.osVersion
|
||||||
in_values: [IOS_ANY, Android_ANY, QEMU, QNX_710]
|
in_values: [IOS_ANY, Android_ANY, QEMU, QNX_710, WebAssembly]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user