shithub: dav1d

ref: 3ad41348d203759dac2ad531de8ff1e55b6454c9
dir: /.gitlab-ci.yml/

View raw version
stages:
    - build

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