mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-29 07:58:06 -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
|
-Dsndfile=enabled
|
||||||
-Dsession-managers=[]
|
-Dsession-managers=[]
|
||||||
before_script:
|
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 branch -f 1.0 origin/1.0
|
||||||
- git clone -b 1.0 . branch-1.0
|
- git clone -b 1.0 . branch-1.0
|
||||||
- git branch -f 1.2 origin/1.2
|
- git branch -f 1.2 origin/1.2
|
||||||
- git clone -b 1.2 . branch-1.2
|
- git clone -b 1.2 . branch-1.2
|
||||||
- git branch -f 1.4 origin/1.4
|
- git branch -f 1.4 origin/1.4
|
||||||
- git clone -b 1.4 . branch-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 branch -f master origin/master
|
||||||
- git clone -b master . branch-master
|
- git clone -b master . branch-master
|
||||||
- !reference [.build, before_script]
|
- !reference [.build, before_script]
|
||||||
|
|
@ -433,6 +435,10 @@ build_on_fedora_html_docs:
|
||||||
- meson setup builddir $MESON_OPTIONS
|
- meson setup builddir $MESON_OPTIONS
|
||||||
- meson compile -C builddir doc/pipewire-docs
|
- meson compile -C builddir doc/pipewire-docs
|
||||||
- cd ..
|
- cd ..
|
||||||
|
- cd branch-1.6
|
||||||
|
- meson setup builddir $MESON_OPTIONS
|
||||||
|
- meson compile -C builddir doc/pipewire-docs
|
||||||
|
- cd ..
|
||||||
- cd branch-master
|
- cd branch-master
|
||||||
- meson setup builddir $MESON_OPTIONS
|
- meson setup builddir $MESON_OPTIONS
|
||||||
- meson compile -C builddir doc/pipewire-docs
|
- meson compile -C builddir doc/pipewire-docs
|
||||||
|
|
@ -682,12 +688,13 @@ pages:
|
||||||
- job: build_on_fedora_html_docs
|
- job: build_on_fedora_html_docs
|
||||||
artifacts: true
|
artifacts: true
|
||||||
script:
|
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.0/builddir/doc/html/* public/1.0/
|
||||||
- cp -R branch-1.2/builddir/doc/html/* public/1.2/
|
- 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.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/
|
- cp -R branch-master/builddir/doc/html/* public/devel/
|
||||||
- (cd public && ln -s 1.4/* .)
|
- (cd public && ln -s 1.6/* .)
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
|
|
||||||
|
|
@ -44,6 +44,7 @@
|
||||||
<tab type="usergroup" title="PipeWire Versions">
|
<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.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.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 type="user" url="https://docs.pipewire.org/devel/" title="Development"/>
|
||||||
</tab>
|
</tab>
|
||||||
</navindex>
|
</navindex>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue