authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-07 02:06:42+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-07 05:42:50+01:00
log046386295f5a58bf7a4b2be12b82c5ee9421a243
tree583d5f5afac0fbe68892e7da610779893c71b6cb
parent7c239b048a4083f1838f7f9ee1a2871b38470013
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

ci: enable x86_64-openbsd in the workflow


1 files changed, 21 insertions(+), 0 deletions(-)

.forgejo/workflows/ci.yaml+21
...@@ -195,6 +195,27 @@ jobs:...@@ -195,6 +195,27 @@ jobs:
195 run: sh ci/x86_64-linux-release.sh195 run: sh ci/x86_64-linux-release.sh
196 timeout-minutes: 360196 timeout-minutes: 360
197197
198 x86_64-openbsd-debug:
199 runs-on: [self-hosted, x86_64-openbsd]
200 steps:
201 - name: Checkout
202 uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
203 with:
204 fetch-depth: 0
205 - name: Build and Test
206 run: sh ci/x86_64-openbsd-debug.sh
207 timeout-minutes: 120
208 x86_64-openbsd-release:
209 runs-on: [self-hosted, x86_64-openbsd]
210 steps:
211 - name: Checkout
212 uses: https://codeberg.org/ziglang/checkout@19af6bac491e2534a4687a50ee84fa7f13258d28
213 with:
214 fetch-depth: 0
215 - name: Build and Test
216 run: sh ci/x86_64-openbsd-release.sh
217 timeout-minutes: 120
218
198 x86_64-windows-debug:219 x86_64-windows-debug:
199 runs-on: [self-hosted, x86_64-windows]220 runs-on: [self-hosted, x86_64-windows]
200 steps:221 steps: