mirror of
https://github.com/python/cpython
synced 2026-09-28 01:13:17 +03:00
gh-109408: Move Windows builds from Azure Pipelines PR to GitHub Actions (#109569)
This commit is contained in:
parent
ef6d475db3
commit
14cdefa667
2 changed files with 20 additions and 31 deletions
|
|
@ -26,34 +26,3 @@ jobs:
|
|||
|
||||
steps:
|
||||
- template: ./posix-steps.yml
|
||||
|
||||
|
||||
- job: Windows_PR_Tests
|
||||
displayName: Windows PR Tests
|
||||
dependsOn: Prebuild
|
||||
condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
|
||||
|
||||
pool:
|
||||
vmImage: windows-2022
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
win32:
|
||||
arch: win32
|
||||
buildOpt: '-p Win32'
|
||||
testRunTitle: '$(System.PullRequest.TargetBranch)-win32'
|
||||
testRunPlatform: win32
|
||||
win64:
|
||||
arch: amd64
|
||||
buildOpt: '-p x64'
|
||||
testRunTitle: '$(System.PullRequest.TargetBranch)-win64'
|
||||
testRunPlatform: win64
|
||||
winarm64:
|
||||
arch: arm64
|
||||
buildOpt: '-p arm64'
|
||||
maxParallel: 4
|
||||
|
||||
steps:
|
||||
- template: ./windows-steps.yml
|
||||
parameters:
|
||||
targetBranch: $(System.PullRequest.TargetBranch)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue