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

Tree @3.32.1 (Download .tar.gz)

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

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