mirror of https://github.com/python/cpython
32 lines
649 B
YAML
32 lines
649 B
YAML
version: 3.7.0a0.{build}
|
|
clone_depth: 5
|
|
branches:
|
|
only:
|
|
- master
|
|
- /\d\.\d/
|
|
- buildbot-custom
|
|
build_script:
|
|
- cmd: PCbuild\build.bat -e
|
|
- cmd: PCbuild\win32\python.exe -m test.pythoninfo
|
|
test_script:
|
|
- cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 --fail-env-changed -j0
|
|
environment:
|
|
HOST_PYTHON: C:\Python36\python.exe
|
|
|
|
# Only trigger AppVeyor if actual code or its configuration changes
|
|
only_commits:
|
|
files:
|
|
- .github/appveyor.yml
|
|
- .gitattributes
|
|
- Grammar/
|
|
- Include/
|
|
- Lib/
|
|
- Modules/
|
|
- Objects/
|
|
- PC/
|
|
- PCBuild/
|
|
- Parser/
|
|
- Programs/
|
|
- Python/
|
|
- Tools/
|