diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2018-10-12 10:21:38 +0100 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2018-10-16 09:41:14 +0100 |
commit | 8550be7a2fd151e050932c9fc1349b93ab1b9992 (patch) | |
tree | 99654822605d4e85408d5b3dbb4bcb9676d7f97e /appveyor.yml | |
parent | bfb8afb14d79294b164d5b35198c7eab09b058b2 (diff) | |
download | mesa-8550be7a2fd151e050932c9fc1349b93ab1b9992.tar.gz mesa-8550be7a2fd151e050932c9fc1349b93ab1b9992.tar.bz2 mesa-8550be7a2fd151e050932c9fc1349b93ab1b9992.zip |
appveyor: Cache pip's cache files.
It should speed up the Python packages installation.
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index a4e942c14ca..ccb84fd3403 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 |