From c561c0bac307cee9cecaf6a45e934ec59151555b Mon Sep 17 00:00:00 2001 From: mpeterv Date: Sun, 3 Apr 2016 22:20:13 +0300 Subject: [PATCH] Cache downloads on appveyor --- appveyor.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 062e89d..38eb43c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,6 +2,9 @@ version: 1.0.{build} shallow_clone: true +cache: + - downloads + environment: matrix: - Lua: lua 5.3 @@ -14,7 +17,7 @@ configuration: build_script: - PATH %CD%\here\bin;C:\mingw\bin;%PATH% - - python hererocks.py here --%Lua% --luarocks=latest --verbose --target=%Configuration% + - python hererocks.py here --%Lua% --luarocks=latest --verbose --target=%Configuration% --downloads=downloads --no-git-cache test_script: - lua -v