浏览代码

Add AppVeyor build file

pull/509/head
Luke Bakken 5 年前
父节点
当前提交
745fd81e5d
找不到此签名对应的密钥 GPG 密钥 ID: D99DE30E43EAE440
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. +9
    -0
      appveyor.yml

+ 9
- 0
appveyor.yml 查看文件

@ -0,0 +1,9 @@
# Windows build and test of lager
install:
- cinst rebar3
test_script:
- rebar3 eunit
deploy: false

正在加载...
取消
保存