From 2ccea1a9381cdfdadc7ad0b136da1985848f9e1d Mon Sep 17 00:00:00 2001 From: Luke Bakken Date: Mon, 5 Aug 2019 07:46:08 -0700 Subject: [PATCH] Add appveyor 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..1fd2b09 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,9 @@ +build: off + +install: + - curl -OL https://s3.amazonaws.com/rebar3/rebar3 + +test_script: + - escript ./rebar3 do compile,eunit,dialyzer + +deploy: false