ソースを参照

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

読み込み中…
キャンセル
保存