CI: add build matrix for projects (#46)
* CI: add build matrix for projects Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
a0677ea6a5
commit
8466a5ff08
2 changed files with 27 additions and 23 deletions
5
.github/workflows/m1_ci.yml
vendored
5
.github/workflows/m1_ci.yml
vendored
|
|
@ -10,6 +10,9 @@ on:
|
|||
jobs:
|
||||
aarch64-macos:
|
||||
runs-on: [self-hosted, macOS, ARM64]
|
||||
strategy:
|
||||
matrix:
|
||||
project: ['.', 'glfw']
|
||||
defaults:
|
||||
run:
|
||||
shell: "/usr/bin/arch -arch arm64e /bin/bash --noprofile --norc -eo pipefail {0}"
|
||||
|
|
@ -31,5 +34,3 @@ jobs:
|
|||
run: zig build test -Dtarget=x86_64-windows
|
||||
- name: aarch64-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