mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 01:24:49 +01:00
ci: enable x86_64-openbsd in the workflow
This commit is contained in:
parent
7c239b048a
commit
046386295f
1 changed files with 21 additions and 0 deletions
|
|
@ -195,6 +195,27 @@ jobs:
|
|||
run: sh ci/x86_64-linux-release.sh
|
||||
timeout-minutes: 360
|
||||
|
||||
x86_64-openbsd-debug:
|
||||
runs-on: [self-hosted, x86_64-openbsd]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Build and Test
|
||||
run: sh ci/x86_64-openbsd-debug.sh
|
||||
timeout-minutes: 120
|
||||
x86_64-openbsd-release:
|
||||
runs-on: [self-hosted, x86_64-openbsd]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Build and Test
|
||||
run: sh ci/x86_64-openbsd-release.sh
|
||||
timeout-minutes: 120
|
||||
|
||||
x86_64-windows-debug:
|
||||
runs-on: [self-hosted, x86_64-windows]
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue