From: Zachary Ware Date: Wed, 6 Sep 2017 01:01:33 +0000 (-0700) Subject: [3.6] Cache externals, depending on changes to PCbuild (GH-3308) (#3366) X-Git-Tag: v3.6.3rc1~88 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=56b56e3da006279b9b09d73db2f13ab3d88ee996;p=thirdparty%2FPython%2Fcpython.git [3.6] Cache externals, depending on changes to PCbuild (GH-3308) (#3366) (cherry picked from commit f801322e92384ef3eac2a9b7ac2c49d37102d0f3) --- diff --git a/.github/appveyor.yml b/.github/appveyor.yml index aa6c3ab88cc0..0936469370ea 100644 --- a/.github/appveyor.yml +++ b/.github/appveyor.yml @@ -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