From 611067da7e0de845e3ee90574fd0e076d1924a5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 4 Apr 2015 07:59:55 +0200 Subject: [PATCH] try to cache build dependency downloads --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 2eb9dea95f..f39b7ca57e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,6 +5,10 @@ environment: install: +cache: + - nsissetup.exe -> appveyor.yaml + - NsProcess.zip -> appveyor.yaml + before_build: - make dependencies