mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-18 13:44:58 +03:00
Azure Pipelines: add Windows 32 bit build
This commit is contained in:
@ -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"
|
||||||
|
Reference in New Issue
Block a user