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

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