ci: Bootstrap with visualstudio variant enabled
[platform/upstream/gstreamer.git] / ci / docker / windows / prepare_cerbero_env.sh
index a5f8617..21d55b8 100644 (file)
@@ -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