aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
blob: a14059882f86b4448506cc376ead4053289dee6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
trigger:
- master

pool:
  vmImage: 'vs2017-win2016'

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'