Codebase list gnome-user-docs / 3.33.90 .gitlab-ci.yml
3.33.90

Tree @3.33.90 (Download .tar.gz)

.gitlab-ci.yml @3.33.90raw · history · blame

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