ci: Ensure gtk-sharp uses the same revision in both places
authorPiotr Brzeziński <piotr@centricular.com>
Thu, 22 Feb 2024 12:59:00 +0000 (13:59 +0100)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Thu, 22 Feb 2024 13:21:07 +0000 (13:21 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6182>

.gitlab-ci.yml

index de5a8dc623b5ac32039f3e9e8e323d3015160b9e..fa5a750963b6be6890442109da6683e9dbffdce7 100644 (file)
@@ -215,6 +215,8 @@ gst indent:
   script:
     - ./scripts/check-format-c
     - ./scripts/format-csharp --check
+    # We want both wraps to use the same version, overkill to create a separate job for this
+    - cmp subprojects/gtk-sharp.wrap subprojects/gstreamer-sharp/subprojects/gtk-sharp.wrap
   rules:
     - !reference [.upstream-branch-rules, rules]
     - if: '$CI_PROJECT_NAMESPACE != "gstreamer" || $CI_COMMIT_BRANCH != $GST_UPSTREAM_BRANCH'