From 745fd81e5dc8ef365d84961e8ffe70a777a62d9d Mon Sep 17 00:00:00 2001 From: Luke Bakken Date: Fri, 2 Aug 2019 11:34:48 -0700 Subject: [PATCH] Add AppVeyor build file --- appveyor.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 appveyor.yml 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