Browse Source
Cache chocolatey since Erlang takes forever to download
pull/509/head
Luke Bakken
5 years ago
No known key found for this signature in database
GPG Key ID: D99DE30E43EAE440
1 changed files with
4 additions and
0 deletions
-
appveyor.yml
|
|
@ -1,5 +1,9 @@ |
|
|
|
# Windows build and test of lager |
|
|
|
|
|
|
|
cache: |
|
|
|
- C:\ProgramData\chocolatey\bin -> appveyor.yml |
|
|
|
- C:\ProgramData\chocolatey\lib -> appveyor.yml |
|
|
|
|
|
|
|
install: |
|
|
|
- cinst rebar3 |
|
|
|
|
|
|
|