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] 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