소스 검색
Merge pull request #2068 from ferd/disable-windows-cirrus
Disable windows on Cirrus CI
pull/2069/head
Fred Hebert
6 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
9개의 추가작업 그리고
8개의 파일을 삭제
-
.cirrus.yml
|
|
@ -18,11 +18,12 @@ osx_test_task: |
|
|
|
./bootstrap |
|
|
|
./rebar3 ct |
|
|
|
|
|
|
|
windows_test_task: |
|
|
|
windows_container: |
|
|
|
image: cirrusci/windowsservercore:2019 |
|
|
|
os_version: 2019 |
|
|
|
install_script: choco install -y erlang |
|
|
|
test_script: | |
|
|
|
./bootstrap |
|
|
|
./rebar3 ct |
|
|
|
# Windows CI appears broken for now and never passes |
|
|
|
#windows_test_task: |
|
|
|
# windows_container: |
|
|
|
# image: cirrusci/windowsservercore:2019 |
|
|
|
# os_version: 2019 |
|
|
|
# install_script: choco install -y erlang |
|
|
|
# test_script: | |
|
|
|
# ./bootstrap |
|
|
|
# ./rebar3 ct |