ci: Fix subprojects caching in Windows image
authorXavier Claessens <xavier.claessens@collabora.com>
Tue, 5 Oct 2021 00:25:54 +0000 (20:25 -0400)
committerJordan Petridis <jordan@centricular.com>
Tue, 5 Oct 2021 20:44:03 +0000 (23:44 +0300)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/931>

ci/docker/windows/prepare_gst_env.ps1

index 7b19497..b741fce 100644 (file)
@@ -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