summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2019-12-09 11:41:22 +0100
committerDaniel Mensinger <daniel@mensinger-ka.de>2019-12-09 17:19:01 +0100
commit9c72d0fdb287f1838c68915e469b6db455f59a7e (patch)
tree0348fc560646cf99d934b55bc58ab2714adaef84 /azure-pipelines.yml
parent6eb67ee8486615c26d12b30f6dcfad8e06fb88d5 (diff)
downloadmeson-9c72d0fdb287f1838c68915e469b6db455f59a7e.tar.gz
azure: Fix vs2015
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index e62dde56c..b7f2a77f6 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -28,6 +28,12 @@ jobs:
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