Cache downloads on appveyor

This commit is contained in:
mpeterv 2016-04-03 22:20:13 +03:00
parent bccbfbf626
commit c561c0bac3

View File

@ -2,6 +2,9 @@ version: 1.0.{build}
shallow_clone: true shallow_clone: true
cache:
- downloads
environment: environment:
matrix: matrix:
- Lua: lua 5.3 - Lua: lua 5.3
@ -14,7 +17,7 @@ configuration:
build_script: build_script:
- PATH %CD%\here\bin;C:\mingw\bin;%PATH% - 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: test_script:
- lua -v - lua -v