]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.6] bpo-34582: Update syntax of Azure Pipelines builds (GH-9521) (GH-9528)
authorSteve Dower <steve.dower@microsoft.com>
Mon, 24 Sep 2018 12:53:35 +0000 (08:53 -0400)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 24 Sep 2018 12:53:35 +0000 (05:53 -0700)
commit73653062b1ef76b879c01a09163db2cff6548c3c
tree7b798f0bcecb77dda7a04bcd33e63cf3317ec36f
parenta3a639879883167802511d0c7ab6c1f06a08e0b4
[3.6] bpo-34582: Update syntax of Azure Pipelines builds (GH-9521) (GH-9528)

https://bugs.python.org/issue34582
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