| ... | ... | @@ -195,6 +195,27 @@ jobs: |
| 195 | 195 | run: sh ci/x86_64-linux-release.sh |
| 196 | 196 | timeout-minutes: 360 |
| 197 | 197 | |
| 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 | 219 | x86_64-windows-debug: |
| 199 | 220 | runs-on: [self-hosted, x86_64-windows] |
| 200 | 221 | steps: |