aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2020-01-30 22:09:12 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2020-02-09 20:10:21 +0200
commit93b9a3ed2952cd741f298d70dad74f87fe4688d1 (patch)
tree77ce1465265e5e0bda5104d639f2163c8d21379a /azure-pipelines.yml
parent31d89a4ed24987658b0caf8b7fe1e1c0df01ecfb (diff)
downloadmeson-93b9a3ed2952cd741f298d70dad74f87fe4688d1.zip
meson-93b9a3ed2952cd741f298d70dad74f87fe4688d1.tar.gz
meson-93b9a3ed2952cd741f298d70dad74f87fe4688d1.tar.bz2
Remove vs2015 jobs as Azure will stop supporting it.
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml24
1 files changed, 0 insertions, 24 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index cb44159..1a9de56 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -12,30 +12,6 @@ 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