이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
SisMaker
/
rebar3
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
Projects
0
릴리즈
62
위키
활동
소스 검색
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 년 전
committed by
GitHub
부모
2939110eb8
205d0bfd5b
커밋
d9064768e8
1개의 변경된 파일
과
20개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
쓰기
미리보기
불러오는 중...
취소
저장