mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-12-22 16:16:37 +00:00
CI: test all features on v1_20
This commit is contained in:
parent
110bfce7e6
commit
b8d50a342f
1 changed files with 5 additions and 5 deletions
|
@ -206,9 +206,9 @@ plugins-update-nightly:
|
||||||
get_features() {
|
get_features() {
|
||||||
crate=$1
|
crate=$1
|
||||||
if [ "$crate" = "gstreamer" ]; then
|
if [ "$crate" = "gstreamer" ]; then
|
||||||
echo "--features=ser_de,v1_18"
|
echo "--features=ser_de,v1_20"
|
||||||
else
|
else
|
||||||
echo "--features=v1_18"
|
echo "--features=v1_20"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
for crate in gstreamer* gstreamer-gl/{egl,wayland,x11}; do
|
for crate in gstreamer* gstreamer-gl/{egl,wayland,x11}; do
|
||||||
|
@ -277,7 +277,7 @@ test nightly all-features:
|
||||||
- |
|
- |
|
||||||
get_features() {
|
get_features() {
|
||||||
module=${1%%/sys}
|
module=${1%%/sys}
|
||||||
echo "--features=v1_18"
|
echo "--features=v1_20"
|
||||||
}
|
}
|
||||||
# First build and test all the crates with their relevant features
|
# First build and test all the crates with their relevant features
|
||||||
# Keep features in sync with below
|
# Keep features in sync with below
|
||||||
|
@ -353,9 +353,9 @@ clippy:
|
||||||
get_features() {
|
get_features() {
|
||||||
crate=$1
|
crate=$1
|
||||||
if [ "$crate" = "gstreamer" ]; then
|
if [ "$crate" = "gstreamer" ]; then
|
||||||
echo "--features=ser_de,v1_18"
|
echo "--features=ser_de,v1_20"
|
||||||
else
|
else
|
||||||
echo "--features=v1_18"
|
echo "--features=v1_20"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
for crate in gstreamer* gstreamer-gl/{egl,wayland,x11}; do
|
for crate in gstreamer* gstreamer-gl/{egl,wayland,x11}; do
|
||||||
|
|
Loading…
Reference in a new issue