summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2021-10-04 20:25:54 -0400
committerJordan Petridis <jordan@centricular.com>2021-10-05 23:44:03 +0300
commitbc40073836a43edc9a0151cd528b0676b69b1fb8 (patch)
treeb3fdc027c3a6c8441da10b083adb6323e721b727 /ci
parent66066ffa03dd1036fa26b132c5332bc9c854ee8d (diff)
downloadgstreamer-bc40073836a43edc9a0151cd528b0676b69b1fb8.tar.gz
ci: Fix subprojects caching in Windows image
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/931>
Diffstat (limited to 'ci')
-rw-r--r--ci/docker/windows/prepare_gst_env.ps14
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/docker/windows/prepare_gst_env.ps1 b/ci/docker/windows/prepare_gst_env.ps1
index 7b19497297..b741fce6e9 100644
--- a/ci/docker/windows/prepare_gst_env.ps1
+++ b/ci/docker/windows/prepare_gst_env.ps1
@@ -10,8 +10,8 @@ git clone -b $env:DEFAULT_BRANCH https://gitlab.freedesktop.org/gstreamer/gstrea
# download the subprojects to try and cache them
Write-Host "Downloading subprojects"
-meson subprojects download --sourcedir /gstreamer
+meson subprojects download --sourcedir C:\gstreamer
Write-Host "Caching subprojects into /subprojects/"
-python /gstreamer/ci/scripts/handle-subprojects-cache.py --build /gstreamer/subprojects/
+python C:\gstreamer/ci/scripts/handle-subprojects-cache.py --build C:\gstreamer/subprojects/
Remove-Item -Recurse -Force C:\gstreamer