Skip to content

Commit

Permalink
Merge pull request #2068 from ferd/disable-windows-cirrus
Browse files Browse the repository at this point in the history
Disable windows on Cirrus CI
  • Loading branch information
ferd committed May 7, 2019
2 parents 4b610f5 + f5c0a9c commit 9ad4440
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 9ad4440

Please sign in to comment.