From 82778c99734a0b743f357843a3e5994872e6033a Mon Sep 17 00:00:00 2001 From: Edgar Date: Mon, 6 May 2019 14:56:51 +0200 Subject: [PATCH] :wrench: Upgrade to VS 2019 --- appveyor.yml | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) 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: