Skip to content

Commit fa18e7c

Browse files
committed
This change to the appveyor CI config for msvc builds reverses a change introduced in #19960. It re-applies a setting to inform vcpkg to only build release vesions of the dependencies rather than the default of debug and release.
It had been expected that the vcpkg manifest mechanism introduced in #19960 would do this automatically but it turns out not to be the case.
1 parent 1e9e4b6 commit fa18e7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ install:
2424
git pull origin master > $null
2525
git -c advice.detachedHead=false checkout $env:VCPKG_COMMIT_ID
2626
.\bootstrap-vcpkg.bat > $null
27+
Add-Content "C:\tools\vcpkg\triplets\$env:PLATFORM-windows-static.cmake" "set(VCPKG_BUILD_TYPE release)"
2728
cd "$env:APPVEYOR_BUILD_FOLDER"
2829
before_build:
2930
# Powershell block below is to download and extract the Qt static libraries. The pseudo code is:

0 commit comments

Comments
 (0)