This is an automated email from the ASF dual-hosted git repository.
astitcher pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git
The following commit(s) were added to refs/heads/main by this push:
new 9c639d1f5 No-JIRA: Update Azure CI to use latest images
9c639d1f5 is described below
commit 9c639d1f59857061da4d9d40630132b7ce92658f
Author: Andrew Stitcher <[email protected]>
AuthorDate: Thu Jul 28 16:54:10 2022 -0400
No-JIRA: Update Azure CI to use latest images
---
azure-pipelines/azure-pipelines.yml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/azure-pipelines/azure-pipelines.yml
b/azure-pipelines/azure-pipelines.yml
index d571f43ab..f8216e5b4 100644
--- a/azure-pipelines/azure-pipelines.yml
+++ b/azure-pipelines/azure-pipelines.yml
@@ -11,19 +11,19 @@ variables:
PythonVersion: '3.7'
PythonArch: 'x64'
CmakeConfigExtraArgs: ''
+ CmakeGenerator: '-G "Unix Makefiles"'
StaticLibs: yes
jobs:
-- job: Windows_VS2019
+- job: Windows
variables:
CmakeConfigExtraArgs: '-A x64
-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake'
- CmakeGenerator: '-G "Visual Studio 16 2019"'
+ CmakeGenerator: '-G "Visual Studio 17 2022"'
VCPKG_DEFAULT_TRIPLET: x64-windows
pool:
- vmImage: 'windows-2019'
+ vmImage: 'windows-latest'
steps:
- script: |
- choco install -y swig --version=4.0.1
vcpkg install jsoncpp
vcpkg integrate install
name: InstallExtraStuff
@@ -32,7 +32,7 @@ jobs:
variables:
PythonVersion: '3.8'
pool:
- vmImage: 'ubuntu-18.04'
+ vmImage: 'ubuntu-latest'
steps:
- script: |
sudo apt-get update
@@ -45,7 +45,7 @@ jobs:
PKG_CONFIG_PATH: '/usr/local/opt/[email protected]/lib/pkgconfig'
CmakeConfigExtraArgs: '-DBUILD_RUBY=no'
pool:
- vmImage: 'macOS-10.15'
+ vmImage: 'macOS-latest'
steps:
- script: |
brew update
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]