mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-08 04:41:31 +00:00
windows: checkout the correct branch of gst-build for stable branch
Previously we would always checkout from master, which doesn't end up working well for the stable branch. We already have a mechanism to specify the correct branch to clone from each template. [1] [1] https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/118
This commit is contained in:
parent
a73a597f12
commit
c7466e2edc
1 changed files with 2 additions and 2 deletions
|
@ -451,7 +451,7 @@ valgrind ges:
|
|||
# https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_preference_variables?view=powershell-6
|
||||
- $ErrorActionPreference = "Stop"
|
||||
|
||||
- git clone https://gitlab.freedesktop.org/gstreamer/gst-build.git $env:CI_PROJECT_DIR/gst-build
|
||||
- git clone -b $GST_UPSTREAM_BRANCH https://gitlab.freedesktop.org/gstreamer/gst-build.git $env:CI_PROJECT_DIR\gst-build
|
||||
- cd $env:CI_PROJECT_DIR/gst-build
|
||||
- cp -r C:/subprojects/* subprojects/
|
||||
# Run the git-update script and feed it the manifest to setup the environment
|
||||
|
@ -512,7 +512,7 @@ build msys2 :
|
|||
- C:\msys64\usr\bin\bash -c "pacman -Syuu --noconfirm"
|
||||
- C:\msys64\usr\bin\bash -c "pacman -Sy --noconfirm --needed mingw-w64-x86_64-toolchain ninja"
|
||||
|
||||
- git clone https://gitlab.freedesktop.org/gstreamer/gst-build.git $env:CI_PROJECT_DIR\gst-build
|
||||
- git clone -b $GST_UPSTREAM_BRANCH https://gitlab.freedesktop.org/gstreamer/gst-build.git $env:CI_PROJECT_DIR\gst-build
|
||||
- cd $env:CI_PROJECT_DIR\gst-build
|
||||
- cp -r C:\subprojects\* subprojects\
|
||||
|
||||
|
|
Loading…
Reference in a new issue