mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-09 03:00:41 +03:00
Azure Pipelines: Replace "x86_64" with "x64", for consistency with the codebase
This commit is contained in:
parent
3d69a71d9b
commit
3ffdda6c13
@ -1,6 +1,5 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- job: ubuntu_x86_64
|
- job: Ubuntu_x64
|
||||||
displayName: 'Ubuntu (x86_64)'
|
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-18.04
|
vmImage: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
|
@ -1,17 +1,15 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- job: windows_x86_64
|
- job: Windows_x64
|
||||||
displayName: 'Windows (x86_64)'
|
|
||||||
pool:
|
pool:
|
||||||
vmImage: windows-latest
|
vmImage: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- template: "windows-steps.yml"
|
- template: "windows-steps.yml"
|
||||||
parameters:
|
parameters:
|
||||||
architecture: "x86_64"
|
architecture: "x64"
|
||||||
compilerPath: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Tools/Llvm/x64/bin/clang-cl.exe"
|
compilerPath: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Tools/Llvm/x64/bin/clang-cl.exe"
|
||||||
vcpkgTriplet: "x64-windows-static-md"
|
vcpkgTriplet: "x64-windows-static-md"
|
||||||
vcvarsPath: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
|
vcvarsPath: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
|
||||||
- job: windows_x86
|
- job: Windows_x86
|
||||||
displayName: 'Windows (x86)'
|
|
||||||
pool:
|
pool:
|
||||||
vmImage: windows-latest
|
vmImage: windows-latest
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user