diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2020-02-24 09:54:38 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2020-02-24 14:22:58 +0530 |
commit | 156e066199bcc44523edec43b4f98a56a5de3a29 (patch) | |
tree | 80c38fd14bd01a16b75dae8538e471e145b5e15a | |
parent | 329f16a2470a6858ff8d35ca0a39a61eece6784f (diff) | |
download | meson-0.53.tar.gz |
This stopped being tested when the VS2015 images were removed from Azure.
-rw-r--r-- | azure-pipelines.yml | 28 |
1 files changed, 2 insertions, 26 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cb441597c..49af94aac 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,38 +12,14 @@ variables: jobs: -- job: vs2015 - pool: - vmImage: vs2015-win2012r2 - - strategy: - matrix: - vc2015x86ninja: - arch: x86 - compiler: msvc2015 - backend: ninja - vc2015x86vs: - arch: x86 - compiler: msvc2015 - backend: vs2015 - - steps: - - powershell: 'Invoke-WebRequest https://www.python.org/ftp/python/3.7.4/python-3.7.4.exe -OutFile c:\py3-setup.exe' - - script: | - c:\py3-setup.exe /quiet PrependPath=1 InstallAllUsers=1 Include_doc=0 Include_dev=0 Include_debug=0 TargetDir=c:\Python3 - - script: | - @echo ##vso[task.prependpath]C:\Python3 - @echo ##vso[task.prependpath]C:\Python3\Scripts - - template: ci/azure-steps.yml - - job: vs2017 pool: vmImage: VS2017-Win2016 strategy: matrix: - vc2017x64ninja: - arch: x64 + vc2017x86ninja: + arch: x86 compiler: msvc2017 backend: ninja vc2017x64vs: |