blob: b7d40787318985a883753ad5f0d40b677f274e8b [file] [log] [blame]
Zachary Wareb216a252018-01-07 12:59:48 -06001version: 3.7build{build}
Zachary Wared31b28e2017-03-05 15:45:53 -06002clone_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