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

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