浏览代码

Merge pull request #1470 from talentdeficit/appveyor

appveyor configuration to build on 15.3.1, 17.5, 18.3 and 19.2
pull/1606/head
Fred Hebert 7 年前
提交者 GitHub
父节点
当前提交
d9064768e8
共有 1 个文件被更改,包括 20 次插入0 次删除
  1. +20
    -0
      appveyor.yml

+ 20
- 0
appveyor.yml 查看文件

@ -0,0 +1,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

正在加载...
取消
保存