Minor details
This commit is contained in:
parent
839b67e206
commit
5480c81146
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: master
|
version: master
|
||||||
- name: Test
|
- name: Test
|
||||||
run: zig build test -Dllvm_path=../../../../../dev/llvm/llvm-static-release-zen4-17.0.6/out/x86_64-linux-musl-native -Dself_hosted_ci=true
|
run: zig build test -Dself_hosted_ci=true -Dllvm_path=../../../../../dev/llvm/llvm-static-release-zen4-17.0.6/out/x86_64-linux-musl-native
|
||||||
macos_m1:
|
macos_m1:
|
||||||
runs-on: macos-14
|
runs-on: macos-14
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
@ -35,9 +35,7 @@ jobs:
|
|||||||
uses: davidgm94/setup-zig@foo
|
uses: davidgm94/setup-zig@foo
|
||||||
with:
|
with:
|
||||||
version: master
|
version: master
|
||||||
- name: Test zig
|
- name: Build
|
||||||
run: zig version
|
|
||||||
- name: Test macos
|
|
||||||
run: zig build -Dthird_party_ci=true -Dtarget=aarch64-macos-none -Dcpu=apple_m1
|
run: zig build -Dthird_party_ci=true -Dtarget=aarch64-macos-none -Dcpu=apple_m1
|
||||||
linux_x86_64_v3:
|
linux_x86_64_v3:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -49,9 +47,7 @@ jobs:
|
|||||||
uses: davidgm94/setup-zig@foo
|
uses: davidgm94/setup-zig@foo
|
||||||
with:
|
with:
|
||||||
version: master
|
version: master
|
||||||
- name: Test zig
|
- name: Build
|
||||||
run: zig version
|
|
||||||
- name: Test macos
|
|
||||||
run: zig build -Dthird_party_ci=true -Dtarget=x86_64-linux-musl -Dcpu=x86_64_v3
|
run: zig build -Dthird_party_ci=true -Dtarget=x86_64-linux-musl -Dcpu=x86_64_v3
|
||||||
windows_x86_64_v3:
|
windows_x86_64_v3:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
@ -63,7 +59,5 @@ jobs:
|
|||||||
uses: davidgm94/setup-zig@foo
|
uses: davidgm94/setup-zig@foo
|
||||||
with:
|
with:
|
||||||
version: master
|
version: master
|
||||||
- name: Test zig
|
- name: Build
|
||||||
run: zig version
|
|
||||||
- name: Test macos
|
|
||||||
run: zig build -Dthird_party_ci=true -Dtarget=x86_64-windows-gnu -Dcpu=x86_64_v3
|
run: zig build -Dthird_party_ci=true -Dtarget=x86_64-windows-gnu -Dcpu=x86_64_v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user