mirror of
https://github.com/X11Libre/xf86-video-geode.git
synced 2026-03-24 01:24:52 +00:00
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>
13 lines
315 B
YAML
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
|