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 28480b66 NO-JIRA: Remove VS2017 build from azure CI
28480b66 is described below
commit 28480b66ff101c7c3f3b5ceff6d2f0dd5b8d8ab8
Author: Andrew Stitcher <[email protected]>
AuthorDate: Tue Apr 19 10:51:58 2022 -0400
NO-JIRA: Remove VS2017 build from azure CI
The image it uses has been removed.
---
azure-pipelines/azure-pipelines.yml | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/azure-pipelines/azure-pipelines.yml
b/azure-pipelines/azure-pipelines.yml
index ecd60c80..d571f43a 100644
--- a/azure-pipelines/azure-pipelines.yml
+++ b/azure-pipelines/azure-pipelines.yml
@@ -28,23 +28,6 @@ jobs:
vcpkg integrate install
name: InstallExtraStuff
- template: steps.yml
-- job: Windows_VS2017
- variables:
- PythonArch: 'x86'
- CmakeConfigExtraArgs:
'-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake'
- CmakeGenerator: '-G "Visual Studio 15 2017"'
- Config: 'MinSizeRel'
- CtestExtraArgs: '-E tox'
- VCPKG_DEFAULT_TRIPLET: x86-windows
- pool:
- vmImage: 'vs2017-win2016'
- steps:
- - script: |
- choco install -y swig --version=4.0.1
- vcpkg install jsoncpp
- vcpkg integrate install
- name: InstallExtraStuff
- - template: steps.yml
- job: Ubuntu
variables:
PythonVersion: '3.8'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]