mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-04-28 07:55:22 +00:00
CI: build and test with all-features and examples
This commit is contained in:
parent
83c53c6802
commit
34c7a541f6
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,8 @@ stages:
|
||||||
libssl-dev
|
libssl-dev
|
||||||
liborc-0.4-dev
|
liborc-0.4-dev
|
||||||
libglib2.0-dev
|
libglib2.0-dev
|
||||||
|
libgdk-pixbuf2.0-dev
|
||||||
|
libgtk-3-dev
|
||||||
libxml2-dev
|
libxml2-dev
|
||||||
libegl1-mesa
|
libegl1-mesa
|
||||||
libgles2-mesa
|
libgles2-mesa
|
||||||
|
@ -48,6 +50,9 @@ stages:
|
||||||
script:
|
script:
|
||||||
- cargo build --all --color=always
|
- cargo build --all --color=always
|
||||||
- cargo test --all --color=always
|
- cargo test --all --color=always
|
||||||
|
- cargo build --all-features --all --color=always
|
||||||
|
- cargo test --all-features --all --color=always
|
||||||
|
- cargo build --all-features --examples --all --color=always
|
||||||
|
|
||||||
test 1.31:
|
test 1.31:
|
||||||
# 1.31 img
|
# 1.31 img
|
||||||
|
|
Loading…
Reference in a new issue