From: Zachary Ware Date: Sun, 4 Feb 2018 20:36:43 +0000 (-0600) Subject: Try to fix the AppVeyor cache mechanism (GH-5536) X-Git-Tag: v3.8.0a1~2266 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=685045060e63783146a1d2ce78011453bbc0e111;p=thirdparty%2FPython%2Fcpython.git Try to fix the AppVeyor cache mechanism (GH-5536) --- diff --git a/.github/appveyor.yml b/.github/appveyor.yml index 06247e1337d4..129c119df61f 100644 --- a/.github/appveyor.yml +++ b/.github/appveyor.yml @@ -6,7 +6,7 @@ branches: - /\d\.\d/ - buildbot-custom cache: - - externals -> PCbuild\* + - externals -> PCbuild build_script: - cmd: PCbuild\build.bat -e - cmd: PCbuild\win32\python.exe -m test.pythoninfo