ref: 8a015fd0f546734f42e7ac8a1046bcef4a712964
dir: /.gitlab-ci.yml/
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