mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
.github: Added DragonFlyBSD to CI.
Added DragonFlyBSD to CI, based on the FreeBSD build. Signed-off-by: b-aaz <b-aazbsd@proton.me>
This commit is contained in:
15
.github/workflows/build-xserver.yml
vendored
15
.github/workflows/build-xserver.yml
vendored
@@ -247,6 +247,20 @@ jobs:
|
||||
usesh: true
|
||||
release: "14.3"
|
||||
run: ./.github/scripts/freebsd/run-xserver-build.sh
|
||||
xserver-build-dragonflybsd:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
MESON_ARGS: -Dxephyr=true -Dxorg=true -Dxvfb=true -Dxnest=true
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: run in DragonFlyBSD VM
|
||||
id: xserver-build
|
||||
uses: vmactions/dragonflybsd-vm@v1
|
||||
with:
|
||||
envs: 'MESON_ARGS'
|
||||
usesh: true
|
||||
release: "6.4.2"
|
||||
run: ./.github/scripts/DragonFlyBSD/run-xserver-build.sh
|
||||
|
||||
release:
|
||||
name: Release pushed tag
|
||||
@@ -258,6 +272,7 @@ jobs:
|
||||
- xserver-build-mingw32-ubuntu
|
||||
- xserver-build-macos
|
||||
- xserver-build-freebsd
|
||||
- xserver-build-dragonflybsd
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user