mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Only run AppVeyor on long-lived branches (GH-1941)
Also on the short-lived `buildbot-custom` branch.
This commit is contained in:
parent
48fb766f70
commit
d3bedf356a
1 changed files with 5 additions and 0 deletions
5
.github/appveyor.yml
vendored
5
.github/appveyor.yml
vendored
|
@ -1,5 +1,10 @@
|
||||||
version: 3.7.0a0.{build}
|
version: 3.7.0a0.{build}
|
||||||
clone_depth: 5
|
clone_depth: 5
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- /\d\.\d/
|
||||||
|
- buildbot-custom
|
||||||
build_script:
|
build_script:
|
||||||
- cmd: PCbuild\build.bat -e
|
- cmd: PCbuild\build.bat -e
|
||||||
test_script:
|
test_script:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue