From 8d86b31d481f0f96bf0adfd2f49326ab5cd9915f Mon Sep 17 00:00:00 2001 From: Florent Castelli Date: Wed, 15 May 2019 16:34:27 +0200 Subject: [PATCH 1/2] Add VS2015, VS2019 and macOS Mojave to build matrix --- azure-pipelines.yml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9b582f08a..3c8116946 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -30,11 +30,19 @@ strategy: BUILD_TARGET: 'Android' BUILD_ARCH: 'x86_64' macOS: - imageName: 'macos-10.13' + imageName: 'macos-10.14' BUILD_TARGET: 'macOS' iOS: - imageName: 'macos-10.13' + imageName: 'macos-10.14' BUILD_TARGET: 'iOS' + Windows-v140-amd64: + imageName: 'vs2015-win2012r2' + BUILD_TARGET: 'Windows' + BUILD_TOOLCHAIN: 'amd64' + Windows-v140-x86: + imageName: 'vs2015-win2012r2' + BUILD_TARGET: 'Windows' + BUILD_TOOLCHAIN: 'amd64_x86' Windows-v141-amd64: imageName: 'vs2017-win2016' BUILD_TARGET: 'Windows' @@ -43,6 +51,14 @@ strategy: imageName: 'vs2017-win2016' BUILD_TARGET: 'Windows' BUILD_TOOLCHAIN: 'amd64_x86' + Windows-v142-amd64: + imageName: 'windows-2019' + BUILD_TARGET: 'Windows' + BUILD_TOOLCHAIN: 'amd64' + Windows-v142-x86: + imageName: 'windows-2019' + BUILD_TARGET: 'Windows' + BUILD_TOOLCHAIN: 'amd64_x86' trigger: - master From 539458310efd0f83f5904a7da1fb9e506091c947 Mon Sep 17 00:00:00 2001 From: Florent Castelli Date: Tue, 7 Jul 2020 13:47:57 +0200 Subject: [PATCH 2/2] Only build for VS2019 --- azure-pipelines.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3c8116946..e49d8c43f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -35,22 +35,6 @@ strategy: iOS: imageName: 'macos-10.14' BUILD_TARGET: 'iOS' - Windows-v140-amd64: - imageName: 'vs2015-win2012r2' - BUILD_TARGET: 'Windows' - BUILD_TOOLCHAIN: 'amd64' - Windows-v140-x86: - imageName: 'vs2015-win2012r2' - BUILD_TARGET: 'Windows' - BUILD_TOOLCHAIN: 'amd64_x86' - Windows-v141-amd64: - imageName: 'vs2017-win2016' - BUILD_TARGET: 'Windows' - BUILD_TOOLCHAIN: 'amd64' - Windows-v141-x86: - imageName: 'vs2017-win2016' - BUILD_TARGET: 'Windows' - BUILD_TOOLCHAIN: 'amd64_x86' Windows-v142-amd64: imageName: 'windows-2019' BUILD_TARGET: 'Windows'