summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 50990ec43c92c30be14a6cef0c3fad71a3db0b19 (plain)
1
2
3
4
5
6
7
8
9
10
11
variables:
  DEPENDENCIES: gettext gettext-devel gcc redhat-rpm-config automake libtool autoconf autoconf-archive git
                gtk3-devel yelp-tools

build_fedora_33:
  image: fedora:33
  before_script:
    - dnf install -y --nogpgcheck $DEPENDENCIES
  script:
    - ./autogen.sh
    - make -j