CI: test Linux native & cross-compilation support
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
b1581b684c
commit
cea9642195
2 changed files with 8 additions and 3 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
|
@ -25,9 +25,8 @@ jobs:
|
|||
AGREE: true
|
||||
- name: x86_64-linux -> x86_64-windows
|
||||
run: zig build test -Dtarget=x86_64-windows
|
||||
# Disabled for now, see https://github.com/hexops/mach/issues/4
|
||||
# - name: mach::test
|
||||
# run: zig build test
|
||||
- name: mach::test
|
||||
run: zig build test
|
||||
- name: webgpu::test
|
||||
run: cd webgpu && zig build test
|
||||
x86_64-windows:
|
||||
|
|
@ -58,6 +57,8 @@ jobs:
|
|||
run: zig build install -Dtarget=aarch64-macos
|
||||
env:
|
||||
AGREE: true
|
||||
- name: x86_64-windows -> x86_64-linux
|
||||
run: zig build test -Dtarget=x86_64-linux
|
||||
- name: mach::test
|
||||
run: zig build test
|
||||
- name: webgpu::test
|
||||
|
|
@ -84,5 +85,7 @@ jobs:
|
|||
AGREE: true
|
||||
- name: x86_64-macos -> x86_64-windows
|
||||
run: zig build test -Dtarget=x86_64-windows
|
||||
- name: x86_64-macos -> x86_64-linux
|
||||
run: zig build test -Dtarget=x86_64-linux
|
||||
- name: webgpu::test
|
||||
run: cd webgpu && zig build test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue