ref: f392b4c205de44333a89433981743a809ca0fe8b
parent: eb28c6aa1463295f75b748afc9103aff162e20fa
author: Konstantin Pavlov <thresh@videolan.org>
date: Thu Feb 21 13:44:09 EST 2019
CI: Added a snap build job
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -222,6 +222,19 @@
- ninja -C build
- cd build && meson test -v
+build-ubuntu-snap:
+ stage: build
+ image: registry.videolan.org:5000/dav1d-ubuntu-bionic:20190221154127
+ tags:
+ - debian
+ script:
+ - snapcraft snap
+ artifacts:
+ name: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
+ paths:
+ - dav1d_*.snap
+ expire_in: 1 week
+
test-debian:
image: registry.videolan.org:5000/dav1d-debian-unstable:20190215130514
stage: test