[Piglit] [PATCH 6/7] appveyor: cache python packages

Dylan Baker dylan at pnwbakers.com
Tue Jun 13 20:59:52 UTC 2017


Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
 appveyor.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/appveyor.yml b/appveyor.yml
index 85045782f..c83efc757 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -37,6 +37,7 @@ clone_depth: 100
 cache:
   - freeglut-MinGW-3.0.0-1.mp.zip
   - freeglut-MinGW-3.0.0-2.mp.zip
+  - '%LOCALAPPDATA%\pip\Cache'
 
 # https://www.appveyor.com/docs/build-environment/#build-worker-images
 os: Visual Studio 2015
-- 
2.13.1



More information about the Piglit mailing list