mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-21 01:26:28 +00:00
ci: test building with meson
This commit is contained in:
parent
fd26dfecca
commit
3e211415c3
1 changed files with 16 additions and 0 deletions
|
@ -150,6 +150,22 @@ test nightly:
|
||||||
rules:
|
rules:
|
||||||
- if: '$UPDATE_IMG == null || $UPDATE_IMG == "nightly"'
|
- if: '$UPDATE_IMG == null || $UPDATE_IMG == "nightly"'
|
||||||
|
|
||||||
|
meson shared:
|
||||||
|
extends: .img-stable
|
||||||
|
script:
|
||||||
|
- meson build --default-library=shared
|
||||||
|
- ninja -C build
|
||||||
|
rules:
|
||||||
|
- if: '$UPDATE_IMG == null || $UPDATE_IMG == "stable"'
|
||||||
|
|
||||||
|
meson static:
|
||||||
|
extends: .img-stable
|
||||||
|
script:
|
||||||
|
- meson build --default-library=static
|
||||||
|
- ninja -C build
|
||||||
|
rules:
|
||||||
|
- if: '$UPDATE_IMG == null || $UPDATE_IMG == "stable"'
|
||||||
|
|
||||||
rustfmt:
|
rustfmt:
|
||||||
extends: .img-stable
|
extends: .img-stable
|
||||||
stage: "lint"
|
stage: "lint"
|
||||||
|
|
Loading…
Reference in a new issue