From 36b573822a0eb3384628d87663530b7e9ace8301 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Wed, 26 Feb 2020 02:36:29 +0530 Subject: azure ci: Test x86 Visual Studio builds again, closes #6604 This was dropped when the VS2015 images were removed from Azure. --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 40d422d..e7f8e49 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,8 +18,8 @@ jobs: strategy: matrix: - vc2017x64ninja: - arch: x64 + vc2017x86ninja: + arch: x86 compiler: msvc2017 backend: ninja vc2017x64vs: -- cgit v1.1