summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.cirrus.yml17
1 files changed, 9 insertions, 8 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 44c8229..11d4229 100644
--- a/.cirrus.yml
+++ b/.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