mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 06:50:05 +01:00
Gitlab CI: add a 'docbuild' stage that zips the documentation
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>
This commit is contained in:
parent
c243bd1cbf
commit
4e399831bb
1 changed files with 16 additions and 0 deletions
|
|
@ -627,3 +627,19 @@ ubuntu:18.04@default-build:
|
||||||
arch:rolling@default-build:
|
arch:rolling@default-build:
|
||||||
<<: *arch_template
|
<<: *arch_template
|
||||||
<<: *default_build
|
<<: *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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue