ci: improve jobs
This commit is contained in:
parent
fc90fa6689
commit
741b4d9eb7
2 changed files with 12 additions and 39 deletions
8
.github/workflows/m1_ci.yml
vendored
8
.github/workflows/m1_ci.yml
vendored
|
|
@ -32,14 +32,6 @@ jobs:
|
|||
run: zig build test
|
||||
env:
|
||||
AGREE: true
|
||||
- name: aarch64-macos -> x86_64-macos
|
||||
run: zig build test -Dtarget=x86_64-macos.12-none
|
||||
env:
|
||||
AGREE: true
|
||||
- name: aarch64-macos -> x86_64-windows
|
||||
run: zig build test -Dtarget=x86_64-windows-gnu
|
||||
- name: aarch64-macos -> x86_64-linux
|
||||
run: zig build test -Dtarget=x86_64-linux-gnu
|
||||
- name: compile all examples
|
||||
if: matrix.project == '.'
|
||||
run: cd ${{ matrix.project }} && zig build compile-all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue