File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 1818
1919 env :
2020 VCPKGGITCOMMITID : 6bc1613f18f850c60d906575296f982c6dfcc9e0
21+ CMAKE_GENERATOR : " Visual Studio 17 2022"
2122 CMAKE_GENERATOR_PLATFORM : ${{matrix.CMAKE_GENERATOR_PLATFORM}}
2223 VCPKG_TARGET_TRIPLET : ${{matrix.VCPKG_TARGET_TRIPLET}}
2324 VCPKG_DEFAULT_TRIPLET : ${{matrix.VCPKG_TARGET_TRIPLET}}
@@ -104,6 +105,9 @@ jobs:
104105 -DCMAKE_PREFIX_PATH=${{env.INSTALL_DIR}} `
105106 -DCMAKE_TOOLCHAIN_FILE=${{env.VCPKG_ROOT}}/scripts/buildsystems/vcpkg.cmake `
106107 -DVCPKG_MANIFEST_FEATURES="${{env.VCPKG_MANIFEST_FEATURES}}" `
108+ -DVCPKG_INSTALL_OPTIONS="--clean-after-build --no-downloads --x-buildtrees-root=d:/b" `
109+ -DVCPKG_BUILD_TYPE=Release `
110+ -DVCPKG_NO_DEBUG=ON `
107111 -DVCPKG_VERBOSE=ON `
108112 -DVCPKG_TARGET_TRIPLET="${{env.VCPKG_TARGET_TRIPLET}}" `
109113 -DX_VCPKG_APPLOCAL_DEPS_INSTALL=ON `
You can’t perform that action at this time.
0 commit comments