mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-21 16:41:03 +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
|
||||
- .fdo.distribution-image@fedora
|
||||
stage: extras
|
||||
only:
|
||||
- flatpak
|
||||
- tags
|
||||
variables:
|
||||
RUSTDOCFLAGS: "-Dwarnings"
|
||||
script:
|
||||
|
@ -86,7 +89,7 @@ rustdoc:
|
|||
|
||||
flatpak:
|
||||
image: "registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:41"
|
||||
stage: test
|
||||
stage: extras
|
||||
only:
|
||||
- flatpak
|
||||
- tags
|
||||
|
|
Loading…
Reference in a new issue