diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2023-07-12 08:09:27 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2023-07-12 10:24:38 +0530 |
commit | 7643b7ceeba1a1766411b21bd391117dc0f313dc (patch) | |
tree | ba30e95649ebef2096c11f2664cb8381929facf9 /ci | |
parent | 3ec1e246d336de7b5c5a88205e55f273f6cc3bad (diff) |
ci: Update to latest Windows image with VS 2022
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1214>
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/cerbero_setup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/cerbero_setup.sh b/ci/cerbero_setup.sh index 8ab22cab..ce7fe3c8 100755 --- a/ci/cerbero_setup.sh +++ b/ci/cerbero_setup.sh @@ -110,9 +110,9 @@ cerbero_before_script() { echo "local_sources = \"$(pwd_native)/${CERBERO_SOURCES}\"" >> localconf.cbc echo "mingw_perl_prefix = \"${CERBERO_HOST_DIR}/cerbero-build/mingw/perl\"" >> localconf.cbc if [[ $CONFIG == win??.cbc ]] || [[ $CONFIG =~ uwp ]] ; then - # Visual Studio 2019 build tools install path + # Visual Studio 2022 build tools install path echo 'vs_install_path = "C:/BuildTools"' >> localconf.cbc - echo 'vs_install_version = "vs16"' >> localconf.cbc + echo 'vs_install_version = "vs17"' >> localconf.cbc fi if [[ "x${FDO_CI_CONCURRENT}" != "x" ]]; then echo "num_of_cpus = ${FDO_CI_CONCURRENT}" >> localconf.cbc |