Skip to content

Commit

Permalink
wasm: Add WebAssembly to platform of built tests on module-only build
Browse files Browse the repository at this point in the history
We need to make a test for wasm run in CI, and have to start small
with qtbase. This lets the tests compile and run.

Additionally, reordered the platforms for full consistency.

Apply the same change to the qtbase config.

Change-Id: If3cedffdd7f1b21215c05b9b9302df8234a47a0c
Reviewed-by: Morten Johan Sørvig <[email protected]>
Reviewed-by: Toni Saario <[email protected]>
  • Loading branch information
David Skoland committed Oct 15, 2022
1 parent f8c6151 commit e60e8c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions coin/instructions/coin_module_build_template_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ instructions:
enable_if:
condition: property
property: target.osVersion
in_values: [Android_ANY, QEMU, IOS_ANY, QNX_710, INTEGRITY]
in_values: [Android_ANY, QEMU, IOS_ANY, QNX_710, WebAssembly, INTEGRITY]
enable_if:
condition: or
conditions:
- condition: property
property: target.osVersion
in_values: [IOS_ANY, Android_ANY, QEMU, QNX_710, WebAssembly, INTEGRITY]
in_values: [Android_ANY, QEMU, IOS_ANY, QNX_710, WebAssembly, INTEGRITY]
- condition: and
conditions:
- condition: property
Expand Down
4 changes: 2 additions & 2 deletions coin/instructions/coin_qtbase_build_template_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ instructions:
enable_if:
condition: property
property: target.osVersion
in_values: [Android_ANY, QEMU, IOS_ANY, QNX_710, INTEGRITY]
in_values: [Android_ANY, QEMU, IOS_ANY, QNX_710, WebAssembly, INTEGRITY]
enable_if:
condition: or
conditions:
- condition: property
property: target.osVersion
in_values: [IOS_ANY, Android_ANY, QEMU, QNX_710, WebAssembly, INTEGRITY]
in_values: [Android_ANY, QEMU, IOS_ANY, QNX_710, WebAssembly, INTEGRITY]
- condition: and
conditions:
- condition: property
Expand Down

0 comments on commit e60e8c4

Please sign in to comment.