bpo-34582: Update syntax of Azure Pipelines builds (GH-9521)
authorSteve Dower <steve.dower@microsoft.com>
Mon, 24 Sep 2018 11:44:50 +0000 (07:44 -0400)
committerGitHub <noreply@github.com>
Mon, 24 Sep 2018 11:44:50 +0000 (07:44 -0400)
commit57675090b0fe7d6c7d72e56384dc2ff6798f1723
tree17a838f9f8c953cef01ccc2d32f00be980c8c8e3
parent2d3ff2b5ea6c903973f99d2155c9c1b60591dceb
bpo-34582: Update syntax of Azure Pipelines builds (GH-9521)
18 files changed:
.azure-pipelines/ci.yml [new file with mode: 0644]
.azure-pipelines/docker-steps.yml [new file with mode: 0644]
.azure-pipelines/docs-steps.yml [new file with mode: 0644]
.azure-pipelines/macos-steps.yml [moved from .vsts/macos-buildbot.yml with 57% similarity]
.azure-pipelines/posix-deps.sh [moved from .vsts/install_deps.sh with 51% similarity]
.azure-pipelines/posix-steps.yml [new file with mode: 0644]
.azure-pipelines/pr.yml [new file with mode: 0644]
.azure-pipelines/prebuild-checks.yml [new file with mode: 0644]
.azure-pipelines/windows-steps.yml [new file with mode: 0644]
.vsts/docs-release.yml [deleted file]
.vsts/docs.yml [deleted file]
.vsts/linux-buildbot.yml [deleted file]
.vsts/linux-coverage.yml [deleted file]
.vsts/linux-pr.yml [deleted file]
.vsts/macos-pr.yml [deleted file]
.vsts/windows-buildbot.yml [deleted file]
.vsts/windows-pr.yml [deleted file]
Lib/test/test_zlib.py