blob: 362c931ddf59812475061250719fe45c80025e87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
include:
- project: 'xfce/xfce4-dev-tools'
file: '/ci/build_project.yml'
# xfconf distcheck needs a working display/dbus to run tests
# Fake it with xvfb on headless container
distcheck:
extends: .make
stage: distcheck
script:
- xvfb-run -a make distcheck
|