mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 10:14:52 +00:00
.github: add FreeBSD build
Add building the Xserver in a FreeBSD 14.3 VM. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
a1bafe0a06
commit
dc4ea884b3
17
.github/workflows/build-xserver.yml
vendored
17
.github/workflows/build-xserver.yml
vendored
@@ -225,6 +225,23 @@ jobs:
|
||||
- name: manpage check
|
||||
run: .gitlab-ci/manpages-check
|
||||
|
||||
xserver-build-freebsd:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
MYTOKEN : ${{ secrets.MYTOKEN }}
|
||||
MYTOKEN2: "value2"
|
||||
MESON_ARGS: -Dc_args="-fno-common" -Dprefix=/usr -Dxephyr=true -Dwerror=false -Dxcsecurity=true -Dxorg=true -Dxvfb=true -Dxnest=true
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: run in freebsd VM
|
||||
id: xserver-build
|
||||
uses: vmactions/freebsd-vm@v1
|
||||
with:
|
||||
envs: 'MYTOKEN MYTOKEN2 MESON_ARGS'
|
||||
usesh: true
|
||||
release: "14.3"
|
||||
run: ./.github/scripts/freebsd/run-xserver-build.sh
|
||||
|
||||
release:
|
||||
name: Release pushed tag
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user