summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
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 cb441597c..1a9de56d1 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