Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Pavlov <thresh@videolan.org>2020-03-07 00:21:49 +0300
committerKonstantin Pavlov <thresh@videolan.org>2020-03-07 01:12:11 +0300
commit55439739f239a7027ae383572bf153c562ac6869 (patch)
tree2dc9609319660a86abdf989b6d9183edb8af0591 /.gitlab-ci.yml
parente36ebb6fc2a996663e11170e2f91ca4153b12995 (diff)
CI: add examples job build
This currently does not check the vulkan/placebo codepath since needed packages are not yet in Debian unstable.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6a747b4..cba0891 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ stages:
- test
.debian-amd64-common:
- image: registry.videolan.org/dav1d-debian-unstable:20200306141107
+ image: registry.videolan.org/dav1d-debian-unstable:20200306210534
stage: build
tags:
- docker
@@ -104,6 +104,14 @@ build-debian32:
- ninja -C build
- cd build && meson test -v
+build-debian-examples:
+ extends: .debian-amd64-common
+ script:
+ - meson build --buildtype release
+ --werror
+ -Denable_examples=true
+ - ninja -C build
+
build-win32:
extends: .debian-amd64-common
script: