summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7fb4166..362c931 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,8 +2,10 @@ include:
- project: 'xfce/xfce4-dev-tools'
file: '/ci/build_project.yml'
-# Skip distcheck for xfconf since it is not implemented.
+# xfconf distcheck needs a working display/dbus to run tests
+# Fake it with xvfb on headless container
distcheck:
- rules:
- - when: never
-
+ extends: .make
+ stage: distcheck
+ script:
+ - xvfb-run -a make distcheck