summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..1356d3a
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,21 @@
+version: "{build}"
+branches:
+ only:
+ - master
+environment:
+ matrix:
+ - erlang_vsn: 19.2
+ - erlang_vsn: 18.3
+ - erlang_vsn: 17.5
+ - erlang_vsn: 15.3.1
+install:
+- ps: choco install erlang --version $env:erlang_vsn
+build_script:
+- ps: cmd.exe /c 'bootstrap.bat'
+test_script:
+- ps: cmd.exe /c 'rebar3.cmd ct'
+notifications:
+- provider: GitHubPullRequest
+ on_build_success: true
+ on_build_failure: true
+ on_build_status_changed: false \ No newline at end of file