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