summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2018-07-02 14:03:59 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2018-07-03 13:56:38 +1000
commit4e399831bbaf97dc13543affa074a4dc502c749d (patch)
treee3898d65d29ae2f0c220006aed130844c3ddeb6c
parentc243bd1cbf690a9131af3b8192107b73a422b8c8 (diff)
Gitlab CI: add a 'docbuild' stage that zips the documentationwip/docbuild
This doc is provided as artifact and can then be picked up by the wayland-web deploy process. This does not yet trigger any update on the wayland-web repository, it merely packages the zip file. Fixes #74 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--.gitlab-ci.yml16
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