summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 227e8eb74829ceb5f4d3409a11caa0d4e64c29ff (plain)
1
2
3
4
5
6
7
8
9
build-fedora:
  image: fedora:latest
  before_script:
    - dnf install -y git autoconf automake make gettext itstool libxslt yelp-tools
  script:
    - ./check.sh
    - ./autogen.sh ITSTOOL="/usr/bin/itstool --strict"
    - make
    - make check