try to cache the native DLL dependencies

This commit is contained in:
Matthias Mailänder
2015-04-04 12:01:13 +02:00
parent 611067da7e
commit 109392e7f9

View File

@@ -8,6 +8,7 @@ install:
cache: cache:
- nsissetup.exe -> appveyor.yaml - nsissetup.exe -> appveyor.yaml
- NsProcess.zip -> appveyor.yaml - NsProcess.zip -> appveyor.yaml
- thirdparty\windows -> thirdparty\fetch-thirdparty-deps.ps1
before_build: before_build:
- make dependencies - make dependencies