mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-22 00:50:59 +00:00
ci: rustdoc should be run only on release
This commit is contained in:
parent
e3ac490a81
commit
da6159e7f0
1 changed files with 4 additions and 1 deletions
|
@ -77,6 +77,9 @@ rustdoc:
|
||||||
- .fedora
|
- .fedora
|
||||||
- .fdo.distribution-image@fedora
|
- .fdo.distribution-image@fedora
|
||||||
stage: extras
|
stage: extras
|
||||||
|
only:
|
||||||
|
- flatpak
|
||||||
|
- tags
|
||||||
variables:
|
variables:
|
||||||
RUSTDOCFLAGS: "-Dwarnings"
|
RUSTDOCFLAGS: "-Dwarnings"
|
||||||
script:
|
script:
|
||||||
|
@ -86,7 +89,7 @@ rustdoc:
|
||||||
|
|
||||||
flatpak:
|
flatpak:
|
||||||
image: "registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:41"
|
image: "registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:41"
|
||||||
stage: test
|
stage: extras
|
||||||
only:
|
only:
|
||||||
- flatpak
|
- flatpak
|
||||||
- tags
|
- tags
|
||||||
|
|
Loading…
Reference in a new issue