mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
Azure Pipelines: add Windows 32 bit build
This commit is contained in:
parent
59be67df25
commit
74a1e9bd1b
@ -7,3 +7,11 @@ jobs:
|
|||||||
- template: "azure-pipelines-win-steps.yml"
|
- template: "azure-pipelines-win-steps.yml"
|
||||||
parameters:
|
parameters:
|
||||||
bits: "64"
|
bits: "64"
|
||||||
|
- job: windows_x86
|
||||||
|
displayName: 'Windows (x86)'
|
||||||
|
pool:
|
||||||
|
vmImage: vs2017-win2016
|
||||||
|
steps:
|
||||||
|
- template: "azure-pipelines-win-steps.yml"
|
||||||
|
parameters:
|
||||||
|
bits: "32"
|
||||||
|
Loading…
Reference in New Issue
Block a user