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:
authorMatthias Dressel <code@deadcode.eu>2020-03-07 20:33:40 +0300
committerJean-Baptiste Kempf <jb@videolan.org>2020-03-09 01:28:14 +0300
commit3f185191f61a7c0d16e0ed1c16f59e8917740d77 (patch)
tree67155a898c6ed2c2cafb32841de57f90a9444de2 /.gitlab-ci.yml
parente64d404a7353c5b347fad0d75c01c61bd9bf1a71 (diff)
CI: Only deploy documentation for master branch
All other branches are built but not deployed.
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/*