Files
xf86-video-geode/.gitlab-ci.yml
Enrico Weigelt, metux IT consult 7d06dc4328 gitlab CI: add pipeline for building against various Xserver releases
Adding a gitlab pipeline building this driver against Xserver major releases
since 1.18, including current master branch, on Debian as well as FreeBSD.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-03-07 15:07:17 +01:00

13 lines
315 B
YAML

variables:
FDO_UPSTREAM_REPO: 'xorg/driver/xf86-video-geode'
include:
- local: '.gitlab-ci/common/xorg-driver.yml'
# This driver is 32bit only, as this GPU only exists on 32bit SoCs
build@debian@amd64:
script:
- echo "This driver cannot be built on 64bit"
rules:
- when: never