forked from mirrors/gstreamer-rs
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:
|
||||
- "lint"
|
||||
- "test"
|
||||
- "extras"
|
||||
|
||||
.base:
|
||||
image: "registry.freedesktop.org/gstreamer/gstreamer-rs/debian/10:$RUST_VERSION-$GST_RS_IMG_TAG"
|
||||
|
@ -92,3 +93,12 @@ rustfmt:
|
|||
script:
|
||||
- cargo fmt --version
|
||||
- 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