CI: test Linux->MacOS cross compilation

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2021-07-10 14:48:02 -07:00
parent add19e2577
commit 1f251d4e28

View file

@ -11,6 +11,8 @@ jobs:
run: |
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'
- name: mach::test cross Linux->MacOS
run: zig build test -Dtarget=x86_64-macos
- name: mach::test
run: zig build test
- name: webgpu::test