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

meson-build:
    script:
    - dnf -y install @development-tools meson glib2-devel
    - meson _build
    - ninja -C _build test