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 1/2] 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 From 109392e7f9c58c3d2ab37871e3462d2cfc4eca2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 4 Apr 2015 12:01:13 +0200 Subject: [PATCH 2/2] try to cache the native DLL dependencies --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index f39b7ca57e..a098ae7e44 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,6 +8,7 @@ install: cache: - nsissetup.exe -> appveyor.yaml - NsProcess.zip -> appveyor.yaml + - thirdparty\windows -> thirdparty\fetch-thirdparty-deps.ps1 before_build: - make dependencies