diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..0d363f0 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,9 @@ +# Windows build and test of lager + +install: + - cinst rebar3 + +test_script: + - rebar3 eunit + +deploy: false