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