Browse Source

Add AppVeyor build file

pull/509/head
Luke Bakken 5 years ago
parent
commit
745fd81e5d
No known key found for this signature in database GPG Key ID: D99DE30E43EAE440
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      appveyor.yml

+ 9
- 0
appveyor.yml View File

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

Loading…
Cancel
Save