瀏覽代碼
Add AppVeyor build file
pull/509/head
Luke Bakken
5 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: D99DE30E43EAE440
共有
1 個檔案被更改,包括
9 行新增 和
0 行删除
-
appveyor.yml
|
|
@ -0,0 +1,9 @@ |
|
|
|
# Windows build and test of lager |
|
|
|
|
|
|
|
install: |
|
|
|
- cinst rebar3 |
|
|
|
|
|
|
|
test_script: |
|
|
|
- rebar3 eunit |
|
|
|
|
|
|
|
deploy: false |