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