mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Update CI files to build the 3.10 branch
This commit is contained in:
parent
1d320fe189
commit
4d58730a3a
5 changed files with 7 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
variables:
|
||||
coverage: false
|
||||
|
||||
trigger: ['master', '3.9', '3.8', '3.7']
|
||||
trigger: ['master', '3.10', '3.9', '3.8', '3.7']
|
||||
|
||||
jobs:
|
||||
- job: Prebuild
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
variables:
|
||||
coverage: false
|
||||
|
||||
pr: ['master', '3.9', '3.8', '3.7']
|
||||
pr: ['master', '3.10', '3.9', '3.8', '3.7']
|
||||
|
||||
jobs:
|
||||
- job: Prebuild
|
||||
|
|
|
|||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -7,12 +7,14 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
- 3.10
|
||||
- 3.9
|
||||
- 3.8
|
||||
- 3.7
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- 3.10
|
||||
- 3.9
|
||||
- 3.8
|
||||
- 3.7
|
||||
|
|
|
|||
2
.github/workflows/build_msi.yml
vendored
2
.github/workflows/build_msi.yml
vendored
|
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
- 3.10
|
||||
- 3.9
|
||||
- 3.8
|
||||
- 3.7
|
||||
|
|
@ -12,6 +13,7 @@ on:
|
|||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- 3.10
|
||||
- 3.9
|
||||
- 3.8
|
||||
- 3.7
|
||||
|
|
|
|||
1
.github/workflows/doc.yml
vendored
1
.github/workflows/doc.yml
vendored
|
|
@ -12,6 +12,7 @@ on:
|
|||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- 3.10
|
||||
- 3.9
|
||||
- 3.8
|
||||
- 3.7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue