summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2020-02-24 09:54:38 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2020-02-24 09:54:38 +0530
commit21897566ada767c4c50450ee8bfd9c92965e26fc (patch)
tree7b99f92bf61478817a7b965c02d72d955fd29ea3
parent9c604320a0cd47a5b22b52e157d43b73b0533e82 (diff)
downloadmeson-nirbheek/re-enable-32-bit-builds.tar.gz
azure ci: Test x86 Visual Studio builds againnirbheek/re-enable-32-bit-builds
This was dropped when the VS2015 images were removed from Azure.
-rw-r--r--azure-pipelines.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 40d422d05..e7f8e49cf 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: