aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2020-02-26 02:36:29 +0530
committerGitHub <noreply@github.com>2020-02-25 23:06:29 +0200
commit36b573822a0eb3384628d87663530b7e9ace8301 (patch)
tree73be7e56583a2cf246ee300bb37c76c67826dc76 /azure-pipelines.yml
parentfb2b637bbb6ba43e155fca7e7737f20653819f0a (diff)
downloadmeson-36b573822a0eb3384628d87663530b7e9ace8301.zip
meson-36b573822a0eb3384628d87663530b7e9ace8301.tar.gz
meson-36b573822a0eb3384628d87663530b7e9ace8301.tar.bz2
azure ci: Test x86 Visual Studio builds again, closes #6604
This was dropped when the VS2015 images were removed from Azure.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml4
1 files changed, 2 insertions, 2 deletions
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: