mirror of
https://github.com/python/cpython.git
synced 2025-09-29 11:45:57 +00:00
[3.6] Cache externals, depending on changes to PCbuild (GH-3308) (#3366)
(cherry picked from commit f801322e92
)
This commit is contained in:
parent
1b1329debc
commit
56b56e3da0
1 changed files with 2 additions and 0 deletions
2
.github/appveyor.yml
vendored
2
.github/appveyor.yml
vendored
|
@ -5,6 +5,8 @@ branches:
|
||||||
- master
|
- master
|
||||||
- /\d\.\d/
|
- /\d\.\d/
|
||||||
- buildbot-custom
|
- buildbot-custom
|
||||||
|
cache:
|
||||||
|
- externals -> PCbuild\*
|
||||||
build_script:
|
build_script:
|
||||||
- cmd: PCbuild\build.bat -e
|
- cmd: PCbuild\build.bat -e
|
||||||
- cmd: PCbuild\win32\python.exe -m test.pythoninfo
|
- cmd: PCbuild\win32\python.exe -m test.pythoninfo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue