mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-07 23:04:34 +01:00
ci: enable aarch64-netbsd
This commit is contained in:
parent
d182feacf7
commit
d6e9b9eb64
1 changed files with 21 additions and 0 deletions
|
|
@ -59,6 +59,27 @@ jobs:
|
|||
run: sh ci/aarch64-linux-release.sh
|
||||
timeout-minutes: 120
|
||||
|
||||
aarch64-netbsd-debug:
|
||||
runs-on: [self-hosted, aarch64-netbsd]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Build and Test
|
||||
run: sh ci/aarch64-netbsd-debug.sh
|
||||
timeout-minutes: 300
|
||||
aarch64-netbsd-release:
|
||||
runs-on: [self-hosted, aarch64-netbsd]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Build and Test
|
||||
run: sh ci/aarch64-netbsd-release.sh
|
||||
timeout-minutes: 240
|
||||
|
||||
aarch64-macos-debug:
|
||||
runs-on: [self-hosted, aarch64-macos]
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue