forked from mirrors/gstreamer-rs
ci: Only check default and latest feature version build
Testing all the version makes the job slower for not that much gain. Disable some of them for now. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1166>
This commit is contained in:
parent
d867077c3a
commit
9deb507286
1 changed files with 4 additions and 3 deletions
|
@ -35,11 +35,12 @@
|
|||
'examples'
|
||||
)
|
||||
|
||||
# "" is the default build, no flags appended
|
||||
[string[]] $features_matrix = @(
|
||||
"--no-default-features",
|
||||
# "--no-default-features",
|
||||
# "--features=v1_18,",
|
||||
# "--features=v1_20,",
|
||||
"",
|
||||
"--features=v1_18,",
|
||||
"--features=v1_20,",
|
||||
"--features=v1_22,"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue