2018-01-07 18:59:48 +00:00
|
|
|
version: 3.7build{build}
|
2017-03-05 21:45:53 +00:00
|
|
|
clone_depth: 5
|
2017-06-04 20:18:50 +00:00
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
|
|
|
- /\d\.\d/
|
|
|
|
- buildbot-custom
|
2017-09-04 21:59:02 +00:00
|
|
|
cache:
|
|
|
|
- externals -> PCbuild\*
|
2017-03-05 21:45:53 +00:00
|
|
|
build_script:
|
|
|
|
- cmd: PCbuild\build.bat -e
|
2017-08-17 14:40:51 +00:00
|
|
|
- cmd: PCbuild\win32\python.exe -m test.pythoninfo
|
2017-03-05 21:45:53 +00:00
|
|
|
test_script:
|
2017-06-30 22:25:03 +00:00
|
|
|
- cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 --fail-env-changed -j0
|
2017-07-18 17:31:51 +00:00
|
|
|
environment:
|
|
|
|
HOST_PYTHON: C:\Python36\python.exe
|
2017-09-06 17:01:38 +00:00
|
|
|
image:
|
|
|
|
- Visual Studio 2017
|