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:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml16
1 files changed, 15 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 09a6f7c..6a747b4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ stages:
- test
.debian-amd64-common:
- image: registry.videolan.org:5000/dav1d-debian-unstable:20190215130514
+ image: registry.videolan.org/dav1d-debian-unstable:20200306141107
stage: build
tags:
- docker
@@ -416,3 +416,17 @@ test-debian-armv7-clang-5:
-Dlogging=false
- ninja -C build
- cd build && time meson test -v
+
+pages:
+ extends: build-debian
+ script:
+ - meson build --buildtype release
+ --werror
+ - ninja -C build doc/html
+ - mv build/doc/html public
+ artifacts:
+ paths:
+ - public
+ only:
+ changes:
+ - include/dav1d/*