Skip to content

Commit

Permalink
Merge PR #4770: CI(azure): Update to latest vcpkg environment
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebeatrici authored Feb 17, 2021
2 parents 1808273 + 930c2ad commit a559839
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .ci/azure-pipelines/main-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
pool:
vmImage: 'windows-latest'
variables:
MUMBLE_ENVIRONMENT_VERSION: 'win64-static-1.4.x-2020-07-22-dbd6271-1162'
MUMBLE_ENVIRONMENT_VERSION: 'windows-static-1.4.x~2021-02-16~gcd7e9f9d.x64'
MUMBLE_ENVIRONMENT_TRIPLET: 'x64-windows-static-md'
VCVARS_PATH: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat'
steps:
Expand All @@ -24,7 +24,7 @@ jobs:
pool:
vmImage: 'windows-latest'
variables:
MUMBLE_ENVIRONMENT_VERSION: 'win32-static-1.4.x-2020-07-22-dbd6271-1162'
MUMBLE_ENVIRONMENT_VERSION: 'windows-static-1.4.x~2021-02-16~gcd7e9f9d.x86'
MUMBLE_ENVIRONMENT_TRIPLET: 'x86-windows-static-md'
VCVARS_PATH: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsamd64_x86.bat'
steps:
Expand All @@ -40,7 +40,7 @@ jobs:
pool:
vmImage: 'macOS-latest'
variables:
MUMBLE_ENVIRONMENT_VERSION: 'macos-static-1.4.x-2020-07-22-dbd6271-1162'
MUMBLE_ENVIRONMENT_VERSION: 'macos-static-1.4.x~2021-02-16~gcd7e9f9d.x64'
steps:
- template: steps_macos.yml
parameters:
Expand Down
4 changes: 2 additions & 2 deletions .ci/azure-pipelines/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
pool:
vmImage: 'windows-latest'
variables:
MUMBLE_ENVIRONMENT_VERSION: 'win64-static-1.4.x-2020-07-22-dbd6271-1162'
MUMBLE_ENVIRONMENT_VERSION: 'windows-static-1.4.x~2021-02-16~gcd7e9f9d.x64'
MUMBLE_ENVIRONMENT_TRIPLET: 'x64-windows-static-md'
VCVARS_PATH: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat'
steps:
Expand All @@ -22,7 +22,7 @@ jobs:
pool:
vmImage: 'windows-latest'
variables:
MUMBLE_ENVIRONMENT_VERSION: 'win32-static-1.4.x-2020-07-22-dbd6271-1162'
MUMBLE_ENVIRONMENT_VERSION: 'windows-static-1.4.x~2021-02-16~gcd7e9f9d.x86'
MUMBLE_ENVIRONMENT_TRIPLET: 'x86-windows-static-md'
VCVARS_PATH: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsamd64_x86.bat'
steps:
Expand Down

0 comments on commit a559839

Please sign in to comment.