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

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