shithub: dav1d

Download patch

ref: 2142a61e3b013c5b265bd4ff1590d252e980637c
parent: e1fc687e1432e3e764c11712f3b5caba8b5dfcfe
author: Konstantin Pavlov <thresh@videolan.org>
date: Sun Sep 23 10:11:05 EDT 2018

Added gitlab-ci instructions.

--- /dev/null
+++ b/.gitlab-ci.yml
@@ -1,0 +1,12 @@
+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