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.yml15
1 files changed, 13 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cba0891..5af53b3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -425,8 +425,8 @@ test-debian-armv7-clang-5:
- ninja -C build
- cd build && time meson test -v
-pages:
- extends: build-debian
+.pages-common:
+ extends: .debian-amd64-common
script:
- meson build --buildtype release
--werror
@@ -435,6 +435,17 @@ pages:
artifacts:
paths:
- public
+
+build-pages:
+ extends: .pages-common
+ except:
+ refs:
+ - master
+
+pages:
+ extends: .pages-common
only:
+ refs:
+ - master
changes:
- include/dav1d/*