diff --git a/appveyor.yml b/appveyor.yml index 654673b..0f3730e 100644 --- a/appveyor.yml +++ b/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: