소스 검색
Add AppVeyor build file
pull/509/head
Luke Bakken
5 년 전
No known key found for this signature in database
GPG 키 ID: D99DE30E43EAE440
1개의 변경된 파일과
9개의 추가작업 그리고
0개의 파일을 삭제
-
appveyor.yml
|
|
@ -0,0 +1,9 @@ |
|
|
|
# Windows build and test of lager |
|
|
|
|
|
|
|
install: |
|
|
|
- cinst rebar3 |
|
|
|
|
|
|
|
test_script: |
|
|
|
- rebar3 eunit |
|
|
|
|
|
|
|
deploy: false |