summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 6ee9739844d649e1ff3f243d4d2e112abb548c96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
  artifacts:
    paths:
      - tests/*/test-suite.log