From 6cbf3d6fe20edcbacb6928965ed61021a8e31a55 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Mon, 4 Sep 2017 14:59:02 -0700 Subject: [PATCH] [2.7] Cache externals, depending on changes to PCbuild (GH-3308) (cherry picked from commit f801322e92384ef3eac2a9b7ac2c49d37102d0f3) --- .github/appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/appveyor.yml b/.github/appveyor.yml index b809ad680b1498..2cd9a42feb8d2f 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\python.exe -m test.pythoninfo