mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-02 20:16:41 +00:00
Merge pull request #179 from resin-io/jviotti/appveyor/cache
Add Appveyor cache support
This commit is contained in:
commit
a5c670902d
@ -4,6 +4,10 @@
|
|||||||
init:
|
init:
|
||||||
- git config --global core.autocrlf input
|
- git config --global core.autocrlf input
|
||||||
|
|
||||||
|
cache:
|
||||||
|
- C:\Users\appveyor\.node-gyp
|
||||||
|
- '%AppData%\npm-cache'
|
||||||
|
|
||||||
# what combinations to test
|
# what combinations to test
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
Reference in New Issue
Block a user