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

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