Commit 41ffbd04 authored by Tim-Philipp Müller's avatar Tim-Philipp Müller Committed by Olivier Crête

CI: use -werror for meson

And drop gstreamer1-plugins-base-devel dep
which is not needed.
parent f3241c8e
...@@ -41,13 +41,12 @@ build meson: ...@@ -41,13 +41,12 @@ build meson:
glib2-devel glib2-devel
gobject-introspection-devel gobject-introspection-devel
gstreamer1-devel gstreamer1-devel
gstreamer1-plugins-base-devel
redhat-rpm-config redhat-rpm-config
before_script: before_script:
- dnf install -y ${DEPENDENCIES} - dnf install -y ${DEPENDENCIES}
- mkdir -p "${CI_PROJECT_DIR}" - mkdir -p "${CI_PROJECT_DIR}"
script: script:
- meson build/ - meson --werror build/
- ninja -C build/ - ninja -C build/
submit-to-coverity: submit-to-coverity:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment