Skip to content

Commit 58e19c0

Browse files
authored
Merge pull request #309 from sass/architectures
simplify architecture in azure-pipelines.yml
2 parents f88ba3c + e481b77 commit 58e19c0

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,38 +13,24 @@ resources:
1313
type: github
1414
endpoint: github
1515
name: asottile/azure-pipeline-templates
16-
ref: refs/tags/v1.0.0
16+
ref: refs/tags/v2.0.0
1717

1818
jobs:
1919
- template: job--pre-commit.yml@asottile
2020
- template: job--python-tox.yml@asottile
2121
parameters:
2222
toxenvs: [py27]
2323
os: windows
24+
architectures: [x64, x86]
2425
name_postfix: _py27
2526
wheel_tags: true
2627
pre_test:
2728
- script: rm -rf libsass/test
28-
- template: job--python-tox.yml@asottile
29-
parameters:
30-
toxenvs: [py27]
31-
os: windows
32-
architecture: x86
33-
name_postfix: _py27_x86
34-
wheel_tags: true
35-
pre_test:
36-
- script: rm -rf libsass/test
37-
- template: job--python-tox.yml@asottile
38-
parameters:
39-
toxenvs: [py36, py37, py38]
40-
os: windows
41-
wheel_tags: true
4229
- template: job--python-tox.yml@asottile
4330
parameters:
4431
toxenvs: [py36, py37, py38]
4532
os: windows
46-
architecture: x86
47-
name_postfix: _x86
33+
architectures: [x64, x86]
4834
wheel_tags: true
4935
- template: job--python-tox.yml@asottile
5036
parameters:

0 commit comments

Comments
 (0)