shithub: dav1d

ref: 9075f0ee5799fabea9cc0460a261470cf1fafaf9
dir: /.gitlab-ci.yml/

View raw version
stages:
    - build

build-debian:
    image: registry.videolan.org:5000/dav1d-debian-unstable:20180925105518
    stage: build
    tags:
        - debian
        - amd64
    script:
        - meson build --buildtype release
        - ninja -v -C build