This website works better with JavaScript.
首頁
探索
說明
註冊
登入
SisMaker
/
rebar3
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
Projects
0
版本發佈
62
Wiki
Activity
瀏覽代碼
appveyor configuration to build on 15.3.1, 17.5, 18.3 and 19.2
16.x is not available on chocolatey
pull/1470/head
alisdair sullivan
8 年之前
父節點
95ef84953b
當前提交
8f82c90825
共有
1 個文件被更改
,包括
21 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+21
-0
appveyor.yml
+ 21
- 0
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
Write
Preview
Loading…
取消
儲存