diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2020-02-26 02:36:29 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-25 23:06:29 +0200 |
commit | 36b573822a0eb3384628d87663530b7e9ace8301 (patch) | |
tree | 73be7e56583a2cf246ee300bb37c76c67826dc76 /azure-pipelines.yml | |
parent | fb2b637bbb6ba43e155fca7e7737f20653819f0a (diff) | |
download | meson-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.yml | 4 |
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: |