mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
test(android): add ARMv7 and x86-64 architectures as tier 2 (#7291)
* test(android): add ARMv7 and x86-64 architectures * fixup! test(android): add ARMv7 and x86-64 architectures * fixup! test(android): add ARMv7 and x86-64 architectures
This commit is contained in:
parent
6a61e62f55
commit
faea4e8717
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@ -144,6 +144,20 @@ jobs:
|
||||
tier: 2
|
||||
kind: native
|
||||
|
||||
# Android
|
||||
- name: Android ARMv7
|
||||
os: ubuntu-22.04
|
||||
target: armv7-linux-androideabi
|
||||
tier: 2
|
||||
kind: wgpu-only
|
||||
|
||||
# Android
|
||||
- name: Android x86_64
|
||||
os: ubuntu-22.04
|
||||
target: x86_64-linux-android
|
||||
tier: 2
|
||||
kind: wgpu-only
|
||||
|
||||
# OpenHarmony
|
||||
- name: OpenHarmony aarch64
|
||||
os: ubuntu-22.04
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user