Skip to content

Commit 335f539

Browse files
committed
Build also x86 for windows
Signed-off-by: Alexey Stepanov <penguinolog@gmail.com>
1 parent 4c6708b commit 335f539

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,28 +76,28 @@ jobs:
7676
python.version: '3.4'
7777
Python34_x86:
7878
python.version: '3.4'
79-
architecture: 'x86'
79+
python.architecture: 'x86'
8080
Python35_x64:
8181
python.version: '3.5'
8282
Python35_x86:
8383
python.version: '3.5'
84-
architecture: 'x86'
84+
python.architecture: 'x86'
8585
Python36_x64:
8686
python.version: '3.6'
8787
Python36_x86:
8888
python.version: '3.6'
89-
architecture: 'x86'
89+
python.architecture: 'x86'
9090
Python37_x64:
9191
python.version: '3.7'
9292
Python37_x86:
9393
python.version: '3.7'
94-
architecture: 'x86'
94+
python.architecture: 'x86'
9595

9696
steps:
9797
- task: UsePythonVersion@0
9898
inputs:
9999
versionSpec: '$(python.version)'
100-
architecture: 'x64'
100+
architecture: '$(python.architecture)'
101101

102102
- script: |
103103
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)