Skip to content

Commit 19b8071

Browse files
author
MarcoFalke
committed
Merge #20489: CI msvc: only build vcpkg dependencies for release (not debug) to reduce build times
fa18e7c 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. (Aaron Clauson) Pull request description: 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 versions 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. ACKs for top commit: MarcoFalke: ACK fa18e7c if green hebasto: ACK fa18e7c, AppVeyor build takes 5 minutes less. Tree-SHA512: 427e7e78190c20e0d85dad9b29beed2b6fa13f99c6bc72bcc1839dfb51237a7cc785ab707b4f851c527c1bb0d3e7ebad9e640969e19d29778584bbaeec75cecf
2 parents 5c0aebf + fa18e7c commit 19b8071

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)