summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2022-05-27 09:37:41 -0400
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2022-05-27 14:33:53 +0000
commitea990ff81743108c473a78963372ab8062ace6b8 (patch)
tree43a4f24c16e2084ae5a2086ea6179b382f5cb3ca /.gitlab-ci.yml
parent7c8902c9831c48d1c77a0e7c439830cc6cfa1ade (diff)
downloadgstreamer-ea990ff81743108c473a78963372ab8062ace6b8.tar.gz
ci: Make sure to always update subprojects
The command was not run in Windows jobs, better keep subprojects handling in a single script. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2509>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b8b534289a..07ea6867c2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -210,8 +210,6 @@ gst indent:
#
.build_template: &build
- ci/scripts/handle-subprojects-cache.py subprojects/
- # Update subprojects to respect `.wrap` content
- - meson subprojects update --reset
- echo $MESON_ARGS
- meson build/ $MESON_ARGS
- ninja -C build/