Skip to content

Commit

Permalink
Disable windows on Cirrus CI
Browse files Browse the repository at this point in the history
This never passes even if it works on Windows 10 machines and on Circle
CI's runs.
  • Loading branch information
ferd committed May 7, 2019
1 parent 4b610f5 commit f5c0a9c
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f5c0a9c

Please sign in to comment.