summaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: fa44ffab6ad5da550e524c447873c01dc63ee321 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
version: "{build}"
branches:
  only:
  - master
environment:
  matrix:
  - erlang_vsn: 19.2
  - erlang_vsn: 18.3
  - erlang_vsn: 17.5
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