mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
.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:
committed by
Enrico Weigelt
parent
a897fecfcf
commit
3fece7d7a6
15
.github/workflows/build-xserver.yml
vendored
15
.github/workflows/build-xserver.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user