|
30 | 30 | "toolchainFile": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake", |
31 | 31 | "cacheVariables": { |
32 | 32 | "VCPKG_MANIFEST_FEATURES": "developer", |
33 | | - "VCPKG_OVERLAY_PORTS": "${sourceDir}/cmake/vcpkg", |
34 | 33 | "Halide_USE_FETCHCONTENT": false |
35 | 34 | } |
36 | 35 | }, |
37 | | - { |
38 | | - "name": "vcpkg-full", |
39 | | - "inherits": "vcpkg", |
40 | | - "displayName": "vcpkg deps (all dependencies)", |
41 | | - "description": "Build ALL dependencies with vcpkg", |
42 | | - "cacheVariables": { |
43 | | - "VCPKG_OVERLAY_PORTS": "" |
44 | | - } |
45 | | - }, |
46 | 36 | { |
47 | 37 | "name": "vs2022", |
48 | 38 | "hidden": true, |
|
93 | 83 | "displayName": "Release (vcpkg)", |
94 | 84 | "description": "Release build for a single-config generator, vcpkg dependencies" |
95 | 85 | }, |
96 | | - { |
97 | | - "name": "debug-vcpkg-full", |
98 | | - "inherits": [ |
99 | | - "debug", |
100 | | - "vcpkg-full" |
101 | | - ], |
102 | | - "displayName": "Debug (vcpkg-full)", |
103 | | - "description": "Debug build for a single-config generator, vcpkg-full dependencies" |
104 | | - }, |
105 | | - { |
106 | | - "name": "release-vcpkg-full", |
107 | | - "inherits": [ |
108 | | - "release", |
109 | | - "vcpkg-full" |
110 | | - ], |
111 | | - "displayName": "Release (vcpkg-full)", |
112 | | - "description": "Release build for a single-config generator, vcpkg-full dependencies" |
113 | | - }, |
114 | 86 | { |
115 | 87 | "name": "win32", |
116 | 88 | "inherits": "vs2022", |
|
125 | 97 | "description": "Visual Studio-based x64 build with vcpkg dependencies.", |
126 | 98 | "architecture": "x64" |
127 | 99 | }, |
128 | | - { |
129 | | - "name": "win32-vcpkg-full", |
130 | | - "inherits": [ |
131 | | - "vcpkg-full", |
132 | | - "vs2022" |
133 | | - ], |
134 | | - "displayName": "Win32 (Visual Studio/vcpkg-full)", |
135 | | - "description": "Visual Studio-based Win32 build with vcpkg-full dependencies.", |
136 | | - "architecture": "Win32" |
137 | | - }, |
138 | | - { |
139 | | - "name": "win64-vcpkg-full", |
140 | | - "inherits": [ |
141 | | - "vcpkg-full", |
142 | | - "vs2022" |
143 | | - ], |
144 | | - "displayName": "Win64 (Visual Studio/vcpkg-full)", |
145 | | - "description": "Visual Studio-based x64 build with vcpkg-full dependencies.", |
146 | | - "architecture": "x64" |
147 | | - }, |
148 | 100 | { |
149 | 101 | "name": "macOS", |
150 | 102 | "displayName": "macOS (Apple Clang)", |
|
169 | 121 | "displayName": "macOS (vcpkg)", |
170 | 122 | "description": "macOS build with vcpkg dependencies" |
171 | 123 | }, |
172 | | - { |
173 | | - "name": "macOS-vcpkg-full", |
174 | | - "inherits": [ |
175 | | - "macOS", |
176 | | - "vcpkg-full" |
177 | | - ], |
178 | | - "displayName": "macOS (vcpkg-full)", |
179 | | - "description": "macOS build with vcpkg-full dependencies" |
180 | | - }, |
181 | 124 | { |
182 | 125 | "name": "package", |
183 | 126 | "hidden": true, |
|
0 commit comments