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