mirror of
https://github.com/zoriya/mach-glfw.git
synced 2025-12-06 05:46:08 +00:00
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:
6
.github/workflows/m1_ci.yml
vendored
6
.github/workflows/m1_ci.yml
vendored
@@ -23,11 +23,13 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: 'true'
|
||||
- name: test
|
||||
run: zig build test
|
||||
- name: aarch64-macos -> x86_64-macos
|
||||
run: zig build -Dtarget=x86_64-macos
|
||||
- name: aarch64-macos -> x86_64-windows
|
||||
run: zig build -Dtarget=x86_64-windows
|
||||
- name: aarch64-macos -> x86_64-linux
|
||||
run: zig build -Dtarget=x86_64-linux
|
||||
- name: build
|
||||
run: zig build
|
||||
# - name: test
|
||||
# run: zig build test
|
||||
|
||||
Reference in New Issue
Block a user