mirror of https://github.com/python/cpython
Cache externals, depending on changes to PCbuild (#3308)
This commit is contained in:
parent
b2d096bd2a
commit
f801322e92
|
@ -5,6 +5,8 @@ branches:
|
|||
- master
|
||||
- /\d\.\d/
|
||||
- buildbot-custom
|
||||
cache:
|
||||
- externals -> PCbuild\*
|
||||
build_script:
|
||||
- cmd: PCbuild\build.bat -e
|
||||
- cmd: PCbuild\win32\python.exe -m test.pythoninfo
|
||||
|
|
Loading…
Reference in New Issue