]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34582: Update syntax of Azure Pipelines builds (GH-9521)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 24 Sep 2018 12:43:33 +0000 (05:43 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Mon, 24 Sep 2018 12:43:33 +0000 (08:43 -0400)
commit657fdf2eba617ade49052de91cafeb373b652077
treec877d1c92cb95e6ef7262f0723c14a55a242f541
parent394e55a9279d17240ef6fe85d3b4ea3fe7b6dff5
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