ref: 4c7f424c802dcafb459cc5a14ab93e71b32897af
parent: 9684908d2ffa1dc0a80a02c335d7a4302eecb13f
author: Marvin Scholz <epirat07@gmail.com>
date: Mon Oct 1 06:36:22 EDT 2018
CI: Add a static build on debian
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,6 +12,17 @@
- ninja -C build
- cd build && meson test -v
+build-debian-static:
+ image: registry.videolan.org:5000/dav1d-debian-unstable:20180928151533
+ stage: build
+ tags:
+ - debian
+ - amd64
+ script:
+ - meson build --buildtype release --default-library static
+ - ninja -C build
+ - cd build && meson test -v
+
build-win32:
image: registry.videolan.org:5000/dav1d-debian-unstable:20180928151533
stage: build