🔧 Upgrade to VS 2019
This commit is contained in:
		
							
								
								
									
										28
									
								
								appveyor.yml
									
									
									
									
									
								
							
							
						
						
									
										28
									
								
								appveyor.yml
									
									
									
									
									
								
							| @@ -1,17 +1,23 @@ | |||||||
| build: false | build:                            false | ||||||
| image: Visual Studio 2017 |  | ||||||
|  |  | ||||||
| environment: | environment: | ||||||
|     PYTHON: "C:\\Python27" |     PYTHON:                       "C:\\Python37" | ||||||
|     PYTHON_VERSION: "2.7.8" |  | ||||||
|     PYTHON_ARCH: "32" |  | ||||||
|  |  | ||||||
|     CONAN_REFERENCE: "MofileReader/1.0.0" |     CONAN_REFERENCE:              "MofileReader/1.0.0" | ||||||
|     CONAN_USERNAME: "anotherfoxguy" |     CONAN_USERNAME:               "anotherfoxguy" | ||||||
|     CONAN_LOGIN_USERNAME: "anotherfoxguy" |     CONAN_LOGIN_USERNAME:         "anotherfoxguy" | ||||||
|     CONAN_CHANNEL: "testing" |     CONAN_CHANNEL:                "testing" | ||||||
|     CONAN_UPLOAD: "https://api.bintray.com/conan/anotherfoxguy/ror-dependencies" |     CONAN_UPLOAD:                 "https://api.bintray.com/conan/anotherfoxguy/ror-dependencies" | ||||||
|     CONAN_VISUAL_VERSIONS: 15 |  | ||||||
|  |     matrix: | ||||||
|  |         - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 | ||||||
|  |           CONAN_VISUAL_VERSIONS:  16 | ||||||
|  |           CONAN_BUILD_TYPES:      Release | ||||||
|  |           CONAN_ARCHS:            x86_64 | ||||||
|  |         - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 | ||||||
|  |           CONAN_VISUAL_VERSIONS:  16 | ||||||
|  |           CONAN_BUILD_TYPES:      Debug | ||||||
|  |           CONAN_ARCHS:            x86_64 | ||||||
|  |  | ||||||
|  |  | ||||||
| install: | install: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user