summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 53e3afdc6edab95b9f7345568470a099a45b870a (plain)
1
2
3
4
5
6
7
8
build-fedora:
  image: fedora:latest
  before_script:
    - dnf install -y git autoconf automake make gettext itstool yelp-tools
  script:
    - ./autogen.sh
    - make
    - make check