summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorDylan Baker <[email protected]>2019-10-14 10:20:54 -0700
committerDylan Baker <[email protected]>2019-10-16 23:26:09 +0000
commit4e07869a063c67093eea2dc8c17e182f880f2e22 (patch)
tree2f67cd82b06ccc2f37542145995112c1372e69c6 /appveyor.yml
parentc65f907ce9c54e7b688bf2f465f0aac2e7a57bb8 (diff)
appveyor: Cache meson's wrap downloads
This makes us less reliant on wrap-db (and reduces the amount of downloading that goes on during the build). Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/1936 Acked-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 6c1bd370044..3a2468890d3 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -38,6 +38,7 @@ cache:
- '%LOCALAPPDATA%\pip\Cache -> appveyor.yml'
- win_flex_bison-2.5.15.zip
- llvm-5.0.1-msvc2017-mtd.7z
+- subprojects\packagecache -> subprojects\*.wrap
os: Visual Studio 2017