blob: 98b32c977d1a064b6a0892e821e2faecf1e46cf8 [file] [log] [blame]
Zachary Wared31b28e2017-03-05 15:45:53 -06001version: 3.7.0a0.{build}
2clone_depth: 5
Zachary Wared3bedf32017-06-04 15:18:50 -05003branches:
4 only:
5 - master
6 - /\d\.\d/
7 - buildbot-custom
Zachary Waref8013222017-09-04 14:59:02 -07008cache:
9 - externals -> PCbuild\*
Zachary Wared31b28e2017-03-05 15:45:53 -060010build_script:
11- cmd: PCbuild\build.bat -e
Victor Stinnerb907abc2017-08-17 16:40:51 +020012- cmd: PCbuild\win32\python.exe -m test.pythoninfo
Zachary Wared31b28e2017-03-05 15:45:53 -060013test_script:
Victor Stinner49bc7432017-07-01 00:25:03 +020014- cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 --fail-env-changed -j0
Steve Dower5feda332017-07-18 19:31:51 +020015environment:
16 HOST_PYTHON: C:\Python36\python.exe
Steve Dower5fcd5e62017-09-06 10:01:38 -070017image:
18- Visual Studio 2017
Zachary Warec5d3bfe2017-03-11 14:55:35 -060019
20# Only trigger AppVeyor if actual code or its configuration changes
21only_commits:
22 files:
23 - .github/appveyor.yml
24 - .gitattributes
25 - Grammar/
26 - Include/
27 - Lib/
28 - Modules/
29 - Objects/
30 - PC/
31 - PCBuild/
32 - Parser/
33 - Programs/
34 - Python/
35 - Tools/