summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorJordan Petridis <jordan@centricular.com>2023-03-27 16:48:43 +0300
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2023-04-24 12:37:07 +0000
commit578680a530e574bd8915249146c39661c73b960f (patch)
tree8d8fbdbdc308446c986195112f91aee13b20a467 /ci
parent68d042742a9a53cd05431a244b91ca4c6ed55051 (diff)
downloadgstreamer-578680a530e574bd8915249146c39661c73b960f.tar.gz
ci: Move MESON_GST_WERROR string into a meson machine file
It's both easier to use that way and we can also reuse it when building locally. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4281>
Diffstat (limited to 'ci')
-rw-r--r--ci/meson/gst-werror.ini44
1 files changed, 44 insertions, 0 deletions
diff --git a/ci/meson/gst-werror.ini b/ci/meson/gst-werror.ini
new file mode 100644
index 0000000000..ebd9ca2e42
--- /dev/null
+++ b/ci/meson/gst-werror.ini
@@ -0,0 +1,44 @@
+[gstreamer:built-in options]
+werror = true
+
+[gst-plugins-base:built-in options]
+werror = true
+
+[gst-plugins-good:built-in options]
+werror = true
+
+[gst-plugins-ugly:built-in options]
+werror = true
+
+[gst-plugins-bad:built-in options]
+werror = true
+
+[gst-rtsp-server:built-in options]
+werror = true
+
+[gst-libav:built-in options]
+werror = true
+
+[gst-examples:built-in options]
+werror = true
+
+[gst-editing-services:built-in options]
+werror = true
+
+[gst-docs:built-in options]
+werror = true
+
+[gst-omx:built-in options]
+werror = true
+
+[gst-devtools:built-in options]
+werror = true
+
+[gst-python:built-in options]
+werror = true
+
+[gstreamer-vaapi:built-in options]
+werror = true
+
+[gstreamer-sharp:built-in options]
+werror = true