shithub: dav1d

Download patch

ref: f1185fe9d713aa14dc18c7cd7cb6b8e012888af1
parent: c2292efcb35f45bced8ea13172ac8fbd6d612a38
author: Henrik Gramner <gramner@twoorioles.com>
date: Mon Dec 17 17:30:24 EST 2018

CI: Add a 32-bit Linux build job

--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,6 +35,19 @@
         - ninja -C build
         - cd build && meson test -v
 
+build-debian32:
+    image: registry.videolan.org:5000/dav1d-debian-unstable:20181217183631
+    stage: build
+    tags:
+        - debian
+        - amd64
+    script:
+        - meson build --buildtype release
+                      --werror
+                      --cross-file /opt/crossfiles/linux32.meson
+        - ninja -C build
+        - cd build && meson test -v
+
 build-win32:
     image: registry.videolan.org:5000/dav1d-debian-unstable:20181114201132
     stage: build