CI: test Linux->MacOS cross compilation
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
add19e2577
commit
1f251d4e28
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -11,6 +11,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo apt install xz-utils
|
sudo apt install xz-utils
|
||||||
sudo sh -c 'wget -c https://ziglang.org/builds/zig-linux-x86_64-0.9.0-dev.347+628f490c5.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
|
sudo sh -c 'wget -c https://ziglang.org/builds/zig-linux-x86_64-0.9.0-dev.347+628f490c5.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
|
||||||
|
- name: mach::test cross Linux->MacOS
|
||||||
|
run: zig build test -Dtarget=x86_64-macos
|
||||||
- name: mach::test
|
- name: mach::test
|
||||||
run: zig build test
|
run: zig build test
|
||||||
- name: webgpu::test
|
- name: webgpu::test
|
||||||
|
|
Loading…
Add table
Reference in a new issue