ci: improve jobs

This commit is contained in:
alichraghi 2022-07-21 17:30:46 +04:30 committed by Stephen Gutekanst
parent fc90fa6689
commit 741b4d9eb7
2 changed files with 12 additions and 39 deletions

View file

@ -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