From 0822e8c34fc7fc2ffc242a7c0992e506d49f1bce Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Tue, 18 Jun 2019 22:31:52 +0300 Subject: Update azure-pipelines.yml --- azure-pipelines.yml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b44cda1..e872641 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,6 +4,16 @@ trigger: pool: vmImage: 'vs2017-win2016' -steps: -- powershell: .\download.ps1 - displayName: 'Run the build' +jobs: +- job: build + steps: + - powershell: .\download.ps1 + displayName: 'Run the build' + strategy: + matrix: + PY351_32: + PYVERSION: 3.5.1 + PYARCH: 32 + PY351_64: + PYVERSION: 3.5.1 + PYARCH: 64 -- cgit v1.2.3