diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2019-05-07 08:47:48 -0400 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2019-05-07 08:47:48 -0400 |
commit | f5c0a9cb223cee8a1e0baa3f175b29da10899d5d (patch) | |
tree | 004e8288e6d6c721b492fb73cb473dd85a97e5c9 | |
parent | 4b610f56e6a8d23aee66a925222abed0f206a6e9 (diff) |
Disable windows on Cirrus CI
This never passes even if it works on Windows 10 machines and on Circle
CI's runs.
-rw-r--r-- | .cirrus.yml | 17 |
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 |