Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oswjk authored Jun 18, 2019
1 parent 0822e8c commit ca8c688
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@ trigger:
pool:
vmImage: 'vs2017-win2016'

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
strategy:
matrix:
PY351_32:
PYVERSION: 3.5.1
PYARCH: 32
PY351_64:
PYVERSION: 3.5.1
PYARCH: 64

steps:
- powershell: .\download.ps1
displayName: 'Run the build'

0 comments on commit ca8c688

Please sign in to comment.