mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-15 05:34:03 -04:00
doc: try to add 1.6 docs
This commit is contained in:
parent
b1b5653393
commit
11d1f3653a
2 changed files with 11 additions and 3 deletions
|
|
@ -410,13 +410,15 @@ build_on_fedora_html_docs:
|
|||
-Dsndfile=enabled
|
||||
-Dsession-managers=[]
|
||||
before_script:
|
||||
- git fetch origin 1.0 1.2 1.4 master
|
||||
- git fetch origin 1.0 1.2 1.4 1.6 master
|
||||
- git branch -f 1.0 origin/1.0
|
||||
- git clone -b 1.0 . branch-1.0
|
||||
- git branch -f 1.2 origin/1.2
|
||||
- git clone -b 1.2 . branch-1.2
|
||||
- git branch -f 1.4 origin/1.4
|
||||
- git clone -b 1.4 . branch-1.4
|
||||
- git branch -f 1.6 origin/1.6
|
||||
- git clone -b 1.6 . branch-1.6
|
||||
- git branch -f master origin/master
|
||||
- git clone -b master . branch-master
|
||||
- !reference [.build, before_script]
|
||||
|
|
@ -433,6 +435,10 @@ build_on_fedora_html_docs:
|
|||
- meson setup builddir $MESON_OPTIONS
|
||||
- meson compile -C builddir doc/pipewire-docs
|
||||
- cd ..
|
||||
- cd branch-1.6
|
||||
- meson setup builddir $MESON_OPTIONS
|
||||
- meson compile -C builddir doc/pipewire-docs
|
||||
- cd ..
|
||||
- cd branch-master
|
||||
- meson setup builddir $MESON_OPTIONS
|
||||
- meson compile -C builddir doc/pipewire-docs
|
||||
|
|
@ -682,12 +688,13 @@ pages:
|
|||
- job: build_on_fedora_html_docs
|
||||
artifacts: true
|
||||
script:
|
||||
- mkdir public public/1.0 public/1.2 public/1.4 public/devel
|
||||
- mkdir public public/1.0 public/1.2 public/1.4 public/1.6 public/devel
|
||||
- cp -R branch-1.0/builddir/doc/html/* public/1.0/
|
||||
- cp -R branch-1.2/builddir/doc/html/* public/1.2/
|
||||
- cp -R branch-1.4/builddir/doc/html/* public/1.4/
|
||||
- cp -R branch-1.6/builddir/doc/html/* public/1.6/
|
||||
- cp -R branch-master/builddir/doc/html/* public/devel/
|
||||
- (cd public && ln -s 1.4/* .)
|
||||
- (cd public && ln -s 1.6/* .)
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@
|
|||
<tab type="usergroup" title="PipeWire Versions">
|
||||
<tab type="user" url="https://docs.pipewire.org/1.2/" title="1.2.x"/>
|
||||
<tab type="user" url="https://docs.pipewire.org/1.4/" title="1.4.x"/>
|
||||
<tab type="user" url="https://docs.pipewire.org/1.6/" title="1.6.x"/>
|
||||
<tab type="user" url="https://docs.pipewire.org/devel/" title="Development"/>
|
||||
</tab>
|
||||
</navindex>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue