summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: cdb7298188254033dc62ce0a53bdaec04605a04c (plain)
1
2
3
4
5
6
7
image: registry.gitlab.gnome.org/gnome/gvfs/master:v1

build:
    stage: build
    script:
        - meson build --werror
        - ninja -C build