2018-01-07 15:00:33 -04:00
|
|
|
version: 3.6build{build}
|
2017-03-10 03:06:43 -04:00
|
|
|
clone_depth: 5
|
2017-06-04 21:50:37 -03:00
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
|
|
|
- /\d\.\d/
|
|
|
|
- buildbot-custom
|
2017-09-05 22:01:33 -03:00
|
|
|
cache:
|
|
|
|
- externals -> PCbuild\*
|
2017-03-10 03:06:43 -04:00
|
|
|
build_script:
|
|
|
|
- cmd: PCbuild\build.bat -e
|
2017-08-21 19:17:15 -03:00
|
|
|
- cmd: PCbuild\win32\python.exe -m test.pythoninfo
|
2017-03-10 03:06:43 -04:00
|
|
|
test_script:
|
2017-06-10 00:26:31 -03:00
|
|
|
- cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 -j0
|
2017-07-19 04:11:08 -03:00
|
|
|
environment:
|
|
|
|
HOST_PYTHON: C:\Python36\python.exe
|
2017-09-06 19:55:25 -03:00
|
|
|
image:
|
|
|
|
- Visual Studio 2015
|
|
|
|
- Visual Studio 2017
|