mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
ci: publish generated documentation from master on gitlab pages
https://pipewire.pages.freedesktop.org/pipewire/
This commit is contained in:
parent
df818f1e8e
commit
d2c51ed2fc
1 changed files with 15 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
stages:
|
||||
- container
|
||||
- build
|
||||
- pages
|
||||
|
||||
variables:
|
||||
FDO_UPSTREAM_REPO: 'pipewire/pipewire'
|
||||
|
|
@ -80,3 +81,17 @@ build_on_fedora:
|
|||
- .fdo.distribution-image@fedora
|
||||
- .build
|
||||
stage: build
|
||||
|
||||
pages:
|
||||
stage: pages
|
||||
dependencies:
|
||||
- build_on_fedora
|
||||
script:
|
||||
- export PREFIX="$PWD/prefix-build_on_fedora"
|
||||
- mkdir public
|
||||
- cp -R $PREFIX/share/doc/pipewire/html/* public/
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
only:
|
||||
- master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue