Luke Bakken
5 years ago
No known key found for this signature in database
GPG Key ID: D99DE30E43EAE440
1 changed files with
9 additions and
0 deletions
-
appveyor.yml
|
|
@ -0,0 +1,9 @@ |
|
|
|
# Windows build and test of lager |
|
|
|
|
|
|
|
install: |
|
|
|
- cinst rebar3 |
|
|
|
|
|
|
|
test_script: |
|
|
|
- rebar3 eunit |
|
|
|
|
|
|
|
deploy: false |