mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
ci: Fix subprojects caching in Windows image
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/931>
This commit is contained in:
parent
66066ffa03
commit
bc40073836
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue