summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 736acbadfdbba3a97c73b5a9129a770fee4f1d80 (plain)
1
2
3
4
5
6
7
8
9
image: fedora:31

autotools-build:
    script:
    - dnf -y install dnf-plugins-core automake
    - dnf -y groupinstall buildsys-build
    - dnf -y builddep desktop-file-utils
    - ./autogen.sh
    - make -sj4 check