mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
ci: Bootstrap with visualstudio variant enabled
visualstudio variant now pulls in more build-tools deps on top of mingw since it enables the rust variant by default. It's also the variant that's tested on Cerbero CI. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2507>
This commit is contained in:
parent
1789b028b6
commit
895290f411
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ echo 'vs_install_path = "C:/BuildTools"' >> localconf.cbc
|
|||
echo 'vs_install_version = "vs16"' >> localconf.cbc
|
||||
|
||||
# Fetch all bootstrap requirements
|
||||
./cerbero-uninstalled -t -c localconf.cbc -c config/win64.cbc fetch-bootstrap --jobs=4
|
||||
./cerbero-uninstalled -t -v visualstudio -c localconf.cbc -c config/win64.cbc fetch-bootstrap --jobs=4
|
||||
# Fetch all package requirements for a mingw gstreamer build
|
||||
./cerbero-uninstalled -t -c localconf.cbc -c config/win64.cbc fetch-package --jobs=4 gstreamer-1.0
|
||||
# Fetch all package requirements for a visualstudio gstreamer build
|
||||
|
|
Loading…
Reference in a new issue