Mesa (master): appveyor: Cache pip's cache files.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Oct 16 08:41:47 UTC 2018


Module: Mesa
Branch: master
Commit: 8550be7a2fd151e050932c9fc1349b93ab1b9992
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8550be7a2fd151e050932c9fc1349b93ab1b9992

Author: Jose Fonseca <jfonseca at vmware.com>
Date:   Fri Oct 12 10:21:38 2018 +0100

appveyor: Cache pip's cache files.

It should speed up the Python packages installation.

Reviewed-by: Roland Scheidegger <sroland at vmware.com>

---

 appveyor.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/appveyor.yml b/appveyor.yml
index a4e942c14c..ccb84fd340 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -33,7 +33,9 @@ branches:
 # - https://www.appveyor.com/blog/2014/06/04/shallow-clone-for-git-repositories
 clone_depth: 100
 
+# https://www.appveyor.com/docs/build-cache/
 cache:
+- '%LOCALAPPDATA%\pip\Cache -> appveyor.yml'
 - win_flex_bison-2.5.15.zip
 - llvm-5.0.1-msvc2017-mtd.7z
 




More information about the mesa-commit mailing list