diff options
-rw-r--r-- | .gitlab-ci.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e65ce9db..2be23e46 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -627,3 +627,19 @@ ubuntu:18.04@default-build: arch:rolling@default-build: <<: *arch_template <<: *default_build + +################################################################# +# # +# documentation build stage # +# # +################################################################# + +# Do not rename this job, wayland-web relies on it +docbuild: + <<: *fedora_28_template + <<: *default_build + artifacts: + when: on_success + expire_in: 1 week + paths: + - $MESON_BUILDDIR/Documentation |