浏览代码
Cache chocolatey since Erlang takes forever to download
pull/509/head
Luke Bakken
5 年前
找不到此签名对应的密钥
GPG 密钥 ID: D99DE30E43EAE440
共有
1 个文件被更改,包括
4 次插入 和
0 次删除
-
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 |
|
|
|
|
|
|
|