Skip to content

Commit 95f2cdd

Browse files
committed
Windows CD: enforce architecture
Signed-off-by: Alexey Stepanov <penguinolog@gmail.com>
1 parent ed8c1a4 commit 95f2cdd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,21 +74,25 @@ jobs:
7474
matrix:
7575
Python34_x64:
7676
python.version: '3.4'
77+
python.architecture: 'x64'
7778
Python34_x86:
7879
python.version: '3.4'
7980
python.architecture: 'x86'
8081
Python35_x64:
8182
python.version: '3.5'
83+
python.architecture: 'x64'
8284
Python35_x86:
8385
python.version: '3.5'
8486
python.architecture: 'x86'
8587
Python36_x64:
8688
python.version: '3.6'
89+
python.architecture: 'x64'
8790
Python36_x86:
8891
python.version: '3.6'
8992
python.architecture: 'x86'
9093
Python37_x64:
9194
python.version: '3.7'
95+
python.architecture: 'x64'
9296
Python37_x86:
9397
python.version: '3.7'
9498
python.architecture: 'x86'

0 commit comments

Comments
 (0)