forked from mirrors/gstreamer-rs
Run gitlab-ci also with Rust 1.28
This commit is contained in:
parent
53ad4d0862
commit
6b197df98c
1 changed files with 5 additions and 0 deletions
|
@ -52,6 +52,11 @@ stages:
|
|||
# https://github.com/sdroege/gstreamer-sys/issues/16
|
||||
# - cargo test --all --all-features --color=always
|
||||
|
||||
test 1.28:
|
||||
# 1.28 img
|
||||
# https://hub.docker.com/_/rust/
|
||||
image: "rust:1.28-slim"
|
||||
<<: *cargo_test
|
||||
|
||||
test stable:
|
||||
# Stable img
|
||||
|
|
Loading…
Reference in a new issue