mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-02-08 23:32:26 +00:00
ci: run 'cargo outdated' in schedules jobs
This commit is contained in:
parent
f66fcbde91
commit
299f8b5927
1 changed files with 10 additions and 0 deletions
|
@ -4,6 +4,7 @@ include:
|
||||||
stages:
|
stages:
|
||||||
- "lint"
|
- "lint"
|
||||||
- "test"
|
- "test"
|
||||||
|
- "extras"
|
||||||
|
|
||||||
.base:
|
.base:
|
||||||
image: "registry.freedesktop.org/gstreamer/gstreamer-rs/debian/10:$RUST_VERSION-$GST_RS_IMG_TAG"
|
image: "registry.freedesktop.org/gstreamer/gstreamer-rs/debian/10:$RUST_VERSION-$GST_RS_IMG_TAG"
|
||||||
|
@ -92,3 +93,12 @@ rustfmt:
|
||||||
script:
|
script:
|
||||||
- cargo fmt --version
|
- cargo fmt --version
|
||||||
- cargo fmt -- --color=always --check
|
- cargo fmt -- --color=always --check
|
||||||
|
|
||||||
|
outdated:
|
||||||
|
extends: .img-stable
|
||||||
|
allow_failure: true
|
||||||
|
stage: 'extras'
|
||||||
|
only:
|
||||||
|
- schedules
|
||||||
|
script:
|
||||||
|
- cargo outdated --root-deps-only --exit-code 1 -v
|
||||||
|
|
Loading…
Reference in a new issue