summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 1c530d628e788580f84546e3d911039df407a67b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
test:
  image: debian:buster
  stage: test
  before_script:
    - echo "man-db man-db/auto-update boolean false" | debconf-set-selections
    - export DEBIAN_FRONTEND=noninteractive
    - apt-get update
    - apt-get -y install libxml2-utils xsltproc automake make
  script:
    - ./autogen.sh
    - make check