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