Skip to content

Commit

Permalink
chore: Upgrade azure VM image to VS2022.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Nov 22, 2023
1 parent 7155f7f commit 45f721d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pool:
vmImage: "windows-2019"
vmImage: "windows-2022"
jobs:
- job: "windows_msvc_conan"
strategy:
Expand All @@ -11,5 +11,5 @@ jobs:
steps:
- bash: python -m pip install conan==1.59.0
- bash: git submodule update --init --recursive
- bash: conan install -if _build -o with_tests=True -o shared=$(conan.shared) .
- bash: conan install --build=libsodium --build=libvpx --build=opus --build=pthreads4w -if _build -o with_tests=True -o shared=$(conan.shared) .
- bash: CONAN_CPU_COUNT=50 CTEST_OUTPUT_ON_FAILURE=1 conan build -bf _build -if _build .

0 comments on commit 45f721d

Please sign in to comment.