.gitub: add NetBSD 10.1 build

Adding NetBSD 10.1 build to our CI pipelines.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-12-12 14:51:42 +01:00
committed by Enrico Weigelt
parent a897fecfcf
commit 3fece7d7a6
4 changed files with 71 additions and 1 deletions

View File

@@ -260,6 +260,20 @@ jobs:
release: "6.4.2"
run: ./.github/scripts/DragonFlyBSD/run-xserver-build.sh
xserver-build-netbsd:
runs-on: ubuntu-latest
env:
MESON_ARGS: -Dwerror=true -Dxephyr=true -Dxorg=true -Dxvfb=true -Dxnest=true -Dxfbdev=false
steps:
- uses: actions/checkout@v4
- uses: vmactions/netbsd-vm@v1
id: vm
with:
envs: 'MESON_ARGS'
usesh: true
release: '10.1'
run: ./.github/scripts/netbsd/run-xserver-build.sh
release:
name: Release pushed tag
runs-on: ubuntu-latest
@@ -271,6 +285,7 @@ jobs:
- xserver-build-macos
- xserver-build-freebsd
- xserver-build-dragonflybsd
- xserver-build-netbsd
steps:
- name: Checkout
uses: actions/checkout@v4