CI: M1: build but dont test (for now, transitive dependency issue)
Helps hexops/mach#902 Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
3ae8ab90c4
commit
23f41c6385
1 changed files with 4 additions and 2 deletions
6
.github/workflows/m1_ci.yml
vendored
6
.github/workflows/m1_ci.yml
vendored
|
@ -23,11 +23,13 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
- name: test
|
|
||||||
run: zig build test
|
|
||||||
- name: aarch64-macos -> x86_64-macos
|
- name: aarch64-macos -> x86_64-macos
|
||||||
run: zig build -Dtarget=x86_64-macos
|
run: zig build -Dtarget=x86_64-macos
|
||||||
- name: aarch64-macos -> x86_64-windows
|
- name: aarch64-macos -> x86_64-windows
|
||||||
run: zig build -Dtarget=x86_64-windows
|
run: zig build -Dtarget=x86_64-windows
|
||||||
- name: aarch64-macos -> x86_64-linux
|
- name: aarch64-macos -> x86_64-linux
|
||||||
run: zig build -Dtarget=x86_64-linux
|
run: zig build -Dtarget=x86_64-linux
|
||||||
|
- name: build
|
||||||
|
run: zig build
|
||||||
|
# - name: test
|
||||||
|
# run: zig build test
|
||||||
|
|
Loading…
Add table
Reference in a new issue