Browse Source

Cache chocolatey since Erlang takes forever to download

pull/509/head
Luke Bakken 5 years ago
parent
commit
a173cb2984
No known key found for this signature in database GPG Key ID: D99DE30E43EAE440
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      appveyor.yml

+ 4
- 0
appveyor.yml View File

@ -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

Loading…
Cancel
Save