File tree Expand file tree Collapse file tree 1 file changed +15
-54
lines changed
Expand file tree Collapse file tree 1 file changed +15
-54
lines changed Original file line number Diff line number Diff line change @@ -159,59 +159,6 @@ environment:
159159 enable_stats : YES
160160 configuration : Release
161161 platform : x64
162- # Visual Studio 2010
163- - id : Full-VS2010-x86
164- compiler : msvc-16-seh
165- build_shared : NO
166- no_files : NO
167- enable_ipv6 : YES
168- enable_ssl : YES
169- enable_websockets : YES
170- no_cgi : NO
171- no_caching : NO
172- enable_stats : YES
173- configuration : Release
174- platform : x86
175- # Visual Studio 2012
176- - id : Full-VS2012-x86
177- compiler : msvc-17-seh
178- build_shared : NO
179- no_files : NO
180- enable_ipv6 : YES
181- enable_ssl : YES
182- enable_websockets : YES
183- no_cgi : NO
184- no_caching : NO
185- enable_stats : YES
186- configuration : Release
187- platform : x86
188- # Visual Studio 2013
189- - id : Full-VS2013-x86
190- compiler : msvc-18-seh
191- build_shared : NO
192- no_files : NO
193- enable_ipv6 : YES
194- enable_ssl : YES
195- enable_websockets : YES
196- no_cgi : NO
197- no_caching : NO
198- enable_stats : YES
199- configuration : Release
200- platform : x86
201- image : Visual Studio 2013
202- - id : Full-VS2013-x64
203- compiler : msvc-18-seh
204- build_shared : NO
205- no_files : NO
206- enable_ipv6 : YES
207- enable_ssl : YES
208- enable_websockets : YES
209- no_cgi : NO
210- no_caching : NO
211- enable_stats : YES
212- configuration : Release
213- platform : x64
214- image : Visual Studio 2013
215162 # Visual Studio 2015
216163 - id : Full-VS2015-x86
217164 compiler : msvc-19-seh
@@ -280,7 +227,21 @@ environment:
280227 configuration : Release
281228 platform : x64
282229 APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
283- # Ubuntu
230+ # Visual Studio 2022
231+ - id : Full-VS2022-x64
232+ compiler : msvc-22-seh
233+ build_shared : NO
234+ no_files : NO
235+ enable_ipv6 : YES
236+ enable_ssl : YES
237+ enable_websockets : YES
238+ no_cgi : NO
239+ no_caching : NO
240+ enable_stats : YES
241+ configuration : Release
242+ platform : x64
243+ APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2022
244+ # Ubuntu
284245 - id : Ubuntu1604-GCC-x64
285246 compiler : gcc-5.1.0-posix
286247 build_shared : NO
You can’t perform that action at this time.
0 commit comments